You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ravala <ra...@gmail.com> on 2015/04/08 15:24:11 UTC

AutoComplete suggestion list disappear when I click on scrollbar in IE

Hi, 

I am using Wicket's(version ) AutoCompleteTextField in my application to a
form component,
when I type something I will get the suggestion list, the suggestion list
container width
is 300px, so when the text inside the container exceeds the width of the
container,
we will get a horizontal scroll bar for the suggestion list, the problem is
when I scroll
to view the text the suggestion list is disappearing. This happens in all IE
browser
versions IE8, IE9, IE10 and IE11. I am using wicket version 6.19.
    I have attached the image to show suggestion list with scroll bar.
<http://apache-wicket.1842946.n4.nabble.com/file/n4670222/autocompleteScroll.png> 
	
Regards
Ramesh V.

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

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


Re: AutoComplete suggestion list disappear when I click on scrollbar in IE

Posted by ravala <ra...@gmail.com>.
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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AutoComplete suggestion list disappear when I click on scrollbar in IE

Posted by ravala <ra...@gmail.com>.
Hi,

Thanks for your advice, I have created the jira card with the Quick start
example. Below is the link 
https://issues.apache.org/jira/browse/WICKET-5882

Regards,
Ramesh

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

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


Re: AutoComplete suggestion list disappear when I click on scrollbar in IE

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Please file a ticket at JIRA with a quickstart that reproduces the issue.
Thanks!

Martin Grigorov
Freelancer, available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Wed, Apr 8, 2015 at 4:24 PM, ravala <ra...@gmail.com> wrote:

> Hi,
>
> I am using Wicket's(version ) AutoCompleteTextField in my application to a
> form component,
> when I type something I will get the suggestion list, the suggestion list
> container width
> is 300px, so when the text inside the container exceeds the width of the
> container,
> we will get a horizontal scroll bar for the suggestion list, the problem is
> when I scroll
> to view the text the suggestion list is disappearing. This happens in all
> IE
> browser
> versions IE8, IE9, IE10 and IE11. I am using wicket version 6.19.
>     I have attached the image to show suggestion list with scroll bar.
> <
> http://apache-wicket.1842946.n4.nabble.com/file/n4670222/autocompleteScroll.png
> >
>
> Regards
> Ramesh V.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/AutoComplete-suggestion-list-disappear-when-I-click-on-scrollbar-in-IE-tp4670222.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>