Re: autocomplete js error in IE

2012-01-18 Thread maro
the wicket >>>> examples: >>>> http://www.wicket-library.com/wicket-examples/ajax/autocomplete >>>> >>>> I created a jira issue for this: >>>> https://issues.apache.org/jira/browse/WICKET-4150 >> >> > > > -------

Re: autocomplete js error in IE

2011-10-20 Thread Andrea Del Bene
ooops, I was wrong. I got the same problem. I also see this error on the specified page with Internet Explorer 8 (WinXP SP3) It does not matter if I enable or disable the compatibility feature. Matt On 2011-10-20 13:54, Martin Grigorov wrote: Works OK for me. No JS errors. Tested with IE9 in

Re: autocomplete js error in IE

2011-10-20 Thread Andrea Del Bene
Looks good for me also. Tested under IE 8, Windows XP. Works OK for me. No JS errors. Tested with IE9 in different browser modes and document modes. Including Quirks. Is it possible that it is some IE setting ? On Thu, Oct 20, 2011 at 2:49 PM, Ann Baert wrote: A wicket autocomplete gives error

Re: autocomplete js error in IE

2011-10-20 Thread Matthias Keller
I also see this error on the specified page with Internet Explorer 8 (WinXP SP3) It does not matter if I enable or disable the compatibility feature. Matt On 2011-10-20 13:54, Martin Grigorov wrote: Works OK for me. No JS errors. Tested with IE9 in different browser modes and document modes. I

Re: autocomplete js error in IE

2011-10-20 Thread Martin Grigorov
Works OK for me. No JS errors. Tested with IE9 in different browser modes and document modes. Including Quirks. Is it possible that it is some IE setting ? On Thu, Oct 20, 2011 at 2:49 PM, Ann Baert wrote: > A wicket autocomplete gives errors in Internet Explorer. The error is on > line 42 of wic

autocomplete js error in IE

2011-10-20 Thread Ann Baert
A wicket autocomplete gives errors in Internet Explorer. The error is on line 42 of wicket-autocomplete.js. On that line stands the following code: objonkeyup=obj.onkeyup; I'm using Wicket 1.5.1. And you can reproduce the problem on the wicket examples: http://www.wicket-library.com/wicket-exampl