You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by maro <ma...@gmail.com> on 2012/01/18 13:06:49 UTC

Re: autocomplete js error in IE

I found workaround.
There is "domready" problem in IE.
I used jquery ready()



    </body>

and added:

field.setOutputMarkupId(true);
field.setMarkupId("searchInput");
field.setOutputMarkupPlaceholderTag(true);



Andrea Del Bene-2 wrote
> 
> 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 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&lt;ann.baert@&gt;  wrote:
>>>> 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-examples/ajax/autocomplete
>>>>
>>>> I created a jira issue for this:
>>>> https://issues.apache.org/jira/browse/WICKET-4150
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@.apache
> For additional commands, e-mail: users-help@.apache
> 


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/autocomplete-js-error-in-IE-tp3921638p4306459.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