Re: Problems with Autocomplete in 6.11.0

2013-10-03 Thread Andrea Del Bene
Thank you for your feedbacks, I'm working on a patch! followed your patch, Jan, but the indicator was not hiding when deleting the input value (backspace key). so forced to hide the indicator on auto complete hiding [1]. for the moment it works, until the issue is solved in the original component

Re: Problems with Autocomplete in 6.11.0

2013-10-03 Thread manuelbarzi
followed your patch, Jan, but the indicator was not hiding when deleting the input value (backspace key). so forced to hide the indicator on auto complete hiding [1]. for the moment it works, until the issue is solved in the original component. [1] wicket-autocomplete.js function hideAutoComplete

Re: Problems with Autocomplete in 6.11.0

2013-09-30 Thread TechDB
Done: WICKET-5382 Greetings Jan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problems-with-Autocomplete-in-6-11-0-tp4661600p4661637.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Problems with Autocomplete in 6.11.0

2013-09-29 Thread Martin Grigorov
Hi, Please file a ticket. A quickstart will help to fix it faster. Thanks! On Sun, Sep 29, 2013 at 2:24 AM, TechDB wrote: > Using 6.11.0 I did realize the following to problems in AutoComplete > related > to the JavaScript: > > - Indicator gets not deactivated in case of MinimumLength > >

Problems with Autocomplete in 6.11.0

2013-09-28 Thread TechDB
Using 6.11.0 I did realize the following to problems in AutoComplete related to the JavaScript: - Indicator gets not deactivated in case of MinimumLength function actualUpdateChoices() { showIndicator(); the indicator is activated but in the case that the pre funct