[ 
https://issues.apache.org/jira/browse/WICKET-6652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812735#comment-16812735
 ] 

Giovanni Cuccu commented on WICKET-6652:
----------------------------------------

Yes you are right, I was adding my component to AjaxRequestTarget. I think it 
would be an improvement if the caret is positioned at the end of the text in 
the field. Your comment triggered me an idea that I uses to face my problem so 
this is not a priority for me now.

> 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
>            Priority: Major
>
> 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