[ 
http://issues.apache.org/jira/browse/TAPESTRY-606?page=comments#action_12322795 
] 

Howard M. Lewis Ship commented on TAPESTRY-606:
-----------------------------------------------

There's a couple of similar cases (For and If) that should also not attempt to 
take focus.

Further, a look at the code shows a problem related to registering focus for 
fields when no field is required or in error.  The call to 
ValidationSupport.registerForFocus() occurs too early, before the components' 
clientId property is set.  Moving that code to after the invocation of 
renderFormComponent().

> ListEdit components should not attempt to take focus
> ----------------------------------------------------
>
>          Key: TAPESTRY-606
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-606
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Jone
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor

>
> Tapestry.register_form('testForm');
> Tapestry.set_focus('testElementsListEdit');
> In fact ,the "testElementsListEdit" is a ListEdit component,it should not be 
> focused.
> thanks

-- 
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]

Reply via email to