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