You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/08/30 00:50:05 UTC

[jira] Closed: (TAPESTRY-609) 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

     [ http://issues.apache.org/jira/browse/TAPESTRY-609?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-609:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed

> 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
>      Fix For: 4.0

>
>  <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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org