Re: autocomplete js error in IE

2012-01-18 Thread maro
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 Baertlt;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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-examples/ajax/autocomplete

I created a jira issue for this: 
https://issues.apache.org/jira/browse/WICKET-4150
 DISCLAIMER 

http://www.tvh.com/newen2/emaildisclaimer/default.html 

This message is delivered to all addressees subject to the conditions
set forth in the attached disclaimer, which is an integral part of this
message.


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 ann.ba...@tvh.be 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
  DISCLAIMER 

 http://www.tvh.com/newen2/emaildisclaimer/default.html

 This message is delivered to all addressees subject to the conditions
 set forth in the attached disclaimer, which is an integral part of this
 message.




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



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. Including Quirks.
Is it possible that it is some IE setting ?

On Thu, Oct 20, 2011 at 2:49 PM, Ann Baertann.ba...@tvh.be  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





smime.p7s
Description: S/MIME Cryptographic Signature


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 Baertann.ba...@tvh.be  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
 DISCLAIMER 

http://www.tvh.com/newen2/emaildisclaimer/default.html

This message is delivered to all addressees subject to the conditions
set forth in the attached disclaimer, which is an integral part of this
message.







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



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 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 Baertann.ba...@tvh.be  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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org