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.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AutoComplete-suggestion-list-disappear-when-I-click-on-scrollbar-in-IE-tp4670222p4670349.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to