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

2015-04-17 Thread ravala
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



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

2015-04-14 Thread ravala
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2015-04-09 Thread Martin Grigorov
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  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-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


AutoComplete suggestion list disappear when I click on scrollbar in IE

2015-04-08 Thread ravala
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org