Re: AutoCompletetextField misbehavior in IE

2009-05-27 Thread slowery23

Did you have to do anything else to get this to work?  I am having the same
issue in both 1.4rc1 and 1.4rc2.


cbchhaya wrote:
> 
> Never mind, I was doing something daft but have now correctly replaced
> with the Mar 10 snapshot for 1.3.5 and the thing works fine.
> 
> Thanks everyone for your help!
> 

-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p23750605.html
Sent from the Wicket - User 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



Re: AutoCompletetextField misbehavior in IE

2009-03-12 Thread cbchhaya

Never mind, I was doing something daft but have now correctly replaced with
the Mar 10 snapshot for 1.3.5 and the thing works fine.

Thanks everyone for your help!
-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22483102.html
Sent from the Wicket - User 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



Re: AutoCompletetextField misbehavior in IE

2009-03-11 Thread cbchhaya

Unfortunately, replacing with the snapshot doesn't work either.

Was this a known problem in an earlier version that has been fixed in the
1.4RC or 1.3-SNAPSHOT?

If not, can this be a quirk with the way my HTML is structured so that, for
some reason, it's not able to create the display area right under the
textfield?
-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22464624.html
Sent from the Wicket - User 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



Re: AutoCompletetextField misbehavior in IE

2009-03-11 Thread Jeremy Thomerson
RCs are unacceptable and snapshots are okay?

--
Jeremy Thomerson
http://www.wickettraining.com



On Wed, Mar 11, 2009 at 3:03 PM, cbchhaya  wrote:

>
> Thanks for the pointer - I shall get the latest snapshot (RCs unfortunately
> don't fly around here) and test this out.
> --
> View this message in context:
> http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22463273.html
> Sent from the Wicket - User 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
>
>


Re: AutoCompletetextField misbehavior in IE

2009-03-11 Thread cbchhaya

Thanks for the pointer - I shall get the latest snapshot (RCs unfortunately
don't fly around here) and test this out.
-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22463273.html
Sent from the Wicket - User 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



Re: AutoCompletetextField misbehavior in IE

2009-03-11 Thread TahitianGabriel

I've got the same behaviour with 1.3.5 on IE (even in the example
application).

It works with the 1.4RC2 and the latest 1.3.5 SNAPSHOT (that you can get in
the  http://wicketstuff.org/maven/repository/org/apache/wicket/ wicketstuff
repositoryor with 
http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x SVN ).
-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22462226.html
Sent from the Wicket - User 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



Re: AutoCompletetextField misbehavior in IE

2009-03-11 Thread cbchhaya

If it helps, here's the HTML:




XYZ: 

Name: 




The "autoselectXYZ" is the auto complete field.

I have changed the field names from the original.

Thanks!
-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22459574.html
Sent from the Wicket - User 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



AutoCompletetextField misbehavior in IE

2009-03-11 Thread cbchhaya

I have an AutoCompleteTextField on my form (nothing fancy, have a simple list
and filtered using CollectionUtils.select from commons-collection).

The field works just fine in FF but I see strange behavior with IE.

1. When I type in the first character in the field, the list is retrieved
correctly but the display takes place elsewher on the page (left bottom
corner, which is outside the display area of the panel that this box is on).

2. When I type in a second character, nothing changes, no filtering or
refresh of the list. the original display in the left bottom corner stays
and the DEBUG panel shows "Channel busy...postponing" message. IE status bar
shows "Error on Page" with message "Type mistmatch Code 0". When I click
outside the textbox (but not on one of the choices), the list disappears and
the box is blank. Selecting a value from the original list displayed in the
left bottom corner populates the TextField.

3. Clearing the field and retyping a character doesn't help, I have to
reinvoke the page and the same behavior is observed again.

Any clues on what I might be missing and how to fix this? I am using Wicket
1.3.5.

Thanks
-- 
View this message in context: 
http://www.nabble.com/AutoCompletetextField-misbehavior-in-IE-tp22459455p22459455.html
Sent from the Wicket - User 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