[
https://issues.apache.org/jira/browse/WICKET-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499832#comment-14499832
]
ramesh valasa commented on WICKET-5882:
---------------------------------------
I have done bit investigation and came to known the below code is called in IE
when we click on scroll bar.
Line no 96 in wicket-autocomplete.js
Wicket.Event.add(obj, 'blur', function (jqEvent) {
window.setTimeout(hideAutoComplete, 500);
});
In all other browsers this is called only when we click on text not on scroll
bar.
> AutoComplete suggestion list disappear when I click on autoComplete scrollbar
> in IE
> -----------------------------------------------------------------------------------
>
> Key: WICKET-5882
> URL: https://issues.apache.org/jira/browse/WICKET-5882
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 6.19.0
> Environment: operating system : 64-bit, Windows 7 Professional.
> Reporter: ramesh valasa
> Attachments: autocomplete.zip, autocompleteScroll.png
>
>
> I am using Wicket's(version 6.19.0) AutoCompleteTextField in my application
> to a form component,
> when I type something I will get the suggestion list and we will get a
> horizontal scroll bar for the suggestion list.
> The problem is when I scroll to view the text suggestion list is
> disappearing. This happens in all IE browser
> versions IE8, IE9, IE10 and IE11.
> I have attached the image to show suggestion list with scroll bar.
> and also the example zip file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)