I have an issue with DropDownChoice components with an attached
AjaxFormComponentUpdatingBehavior.  After the ajax is processed the focus
doesn't properly get reset so when the user tabs, the focus jumps back to
the top of the page.  It doesn't happen all the time, but most of the time
(the issue seems somewhat inconsistent and seems to happen more frequently
for different fields).  When the problem occurs, the ajax debug outputs
"last focus id was not set".  So apparently, for some reason, the focus id
is not set on the ajax call, so it can't be reset properly after the call
completes.

Any reason why this is occurring and how to fix it?  I was originally using
wicket 1.3.1, but tried upgrading to 1.3.3, but this did not fix the issue.

Thanks.

Joel
-- 
View this message in context: 
http://www.nabble.com/Focus-not-getting-set-after-an-ajax-call-tp17407105p17407105.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to