Re: AutoCompleteTextField bug

2010-03-10 Thread Ilja Pavkovic
Hi,

> The component works fine in the Chrome browser. The behavior described
> above was in IE8. I'm currently using wicket 1.3.6.
You should upgrade to 1.4.7 and see if the problem still occurs.

Best Regards,
Ilja Pavkovic


-- 
binaere bauten gmbh · tempelhofer ufer 1a · 10961 berlin

   +49 · 171 · 9342 465

Handelsregister: HRB 115854 - Amtsgericht Charlottenburg
Geschäftsführer: Dipl.-Inform. Ilja Pavkovic, Dipl.-Inform. Jost Becker

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



RE: AutoCompleteTextField bug

2010-03-10 Thread Josh Chappelle
I apologize. It looks like this is fixed in 1.3.7.

Josh

-Original Message-
From: Josh Chappelle [mailto:jchappe...@4redi.com] 
Sent: Wednesday, March 10, 2010 4:17 PM
To: users@wicket.apache.org
Subject: AutoCompleteTextField bug

Hi,

 

It looks like there might be a bug with the AutoCompleteTextField component
or it might be a browser bug in IE8. I'm using the AutoCompleteTextField
with the constructor that takes just the id and I'm returning a list of
strings in the getChoices(String input) method. However when I start to type
a value the drop down list is rendered at the bottom of my screen as opposed
to right next to the TextField. There is also a javascript error on the
page. That says the following:

 

Webpage error details

 

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
.NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Timestamp: Wed, 10 Mar 2010 22:16:45 UTC

 

 

Message: Invalid argument.

Line: 308

Char: 9

Code: 0

URI:
http://localhost:8080/risk/resources/org.apache.wicket.extensions.ajax.marku
p.html.autocomplete.AutoCompleteBehavior/wicket-autocomplete.js

 

The component works fine in the Chrome browser. The behavior described above
was in IE8. I'm currently using wicket 1.3.6. 

 

Thanks,

 

Josh



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



AutoCompleteTextField bug

2010-03-10 Thread Josh Chappelle
Hi,

 

It looks like there might be a bug with the AutoCompleteTextField component
or it might be a browser bug in IE8. I'm using the AutoCompleteTextField
with the constructor that takes just the id and I'm returning a list of
strings in the getChoices(String input) method. However when I start to type
a value the drop down list is rendered at the bottom of my screen as opposed
to right next to the TextField. There is also a javascript error on the
page. That says the following:

 

Webpage error details

 

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
.NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Timestamp: Wed, 10 Mar 2010 22:16:45 UTC

 

 

Message: Invalid argument.

Line: 308

Char: 9

Code: 0

URI:
http://localhost:8080/risk/resources/org.apache.wicket.extensions.ajax.marku
p.html.autocomplete.AutoCompleteBehavior/wicket-autocomplete.js

 

The component works fine in the Chrome browser. The behavior described above
was in IE8. I'm currently using wicket 1.3.6. 

 

Thanks,

 

Josh