[ http://issues.apache.org/jira/browse/TAPESTRY-609?page=all ]
Howard M. Lewis Ship reassigned TAPESTRY-609:
---------------------------------------------
Assign To: Howard M. Lewis Ship
> Tapestry.set_focus() seems to be passed the form components elementId (i.e.
> name attribute) not clientId (i.e. id attribute), which keeps focus from
> being set
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TAPESTRY-609
> URL: http://issues.apache.org/jira/browse/TAPESTRY-609
> Project: Tapestry
> Type: Bug
> Components: Framework
> Versions: 4.0
> Environment: beta-5
> Reporter: Howard M. Lewis Ship
> Assignee: Howard M. Lewis Ship
>
> <input jwcid="reportName" class="DesignerNormal" id="title" size="22"
> maxlength="22"/>
> renders as:
> <input type="text" name="reportName" value="" id="title" maxlength="22"
> class="DesignerNormal" size="22"/>
> but the auto-focus JavaScript comes out as:
> Tapestry.set_focus('reportName');
> It should be:
> Tapestry.set_focus('title')
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]