[
https://issues.apache.org/jira/browse/WICKET-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999361#comment-12999361
]
rajeev commented on WICKET-3472:
--------------------------------
I am using AjaxFormComponentUpdatingBehavior on autocompletetext field. below
is the code snippet.
autocomplete.add(new AjaxFormComponentUpdatingBehavior("onchange"){
private static final long serialVersionUID = 1L;
protected void onUpdate(AjaxRequestTarget target) {
target.addComponent(getFormComponent());
}
});
please try it an the defect is recreatable.
> autocompletetextfield focus issue in wicket 1.4.14
> --------------------------------------------------
>
> Key: WICKET-3472
> URL: https://issues.apache.org/jira/browse/WICKET-3472
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.14, 1.4.15
> Environment: OS: ALL Window
> Browser: IE
> Reporter: rajeev
> Assignee: Igor Vaynberg
> Priority: Critical
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> In autocompletetextfield, cursor keeps going back to the beginning of text
> field when tying text in the text field. This is very annoying. It seems like
> this is issue is wicket-autocomplete.js. I even tried wicket 1.4.15 and issue
> is present in this version as well. Please resolve this issue or let me know
> the workaround.
> Thanks,
> Rajeev
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira