Giovanni Cuccu created WICKET-6652:
--------------------------------------

             Summary: Improve setfocus javascript function
                 Key: WICKET-6652
                 URL: https://issues.apache.org/jira/browse/WICKET-6652
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
    Affects Versions: 8.3.0
            Reporter: Giovanni Cuccu


I'm trying to rewrite a simple Angular app in wicket and I'm facing an issue.

My webapp must validate the text entered by user in real time. I create a 
AjaxFormComponentUpdatingBehavior tirggered by keyup event. the main problem is 
that when wicket validates the input it refocus the component on the html 
placing the caret at the beggining of the field, before the already typed text. 
So if I Digit 'gi' as text and the text is invalid the caret of the filed is 
before the 'g' and not after the 'i'.  Is it possibile to have a patch or a 
workaround (i tried to use appendJavascript in my Behavior but with no luck).

Thanks a lot.

 

Giovanni

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to