Opened 8 years ago
Closed 8 years ago
#9726 closed bug (notabug)
jquery ui autocomplete appearing and disappearing on IE 9 v 22/20
Reported by: | srabonti | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.8.10 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a text input field with static data as my source for autocomplete. This works well in IE 8/10/11, Chrome/ Firefox, and the latest version of IE 9 i.e. 23.
However some internal folks in my office are using IE 9 v 22/20 and the typeahead does not work well. It appears for a second and then disappears. I have v 22 of IE 9 and it works intermittently on my local machine. The only way I can get this to consistently work on IE 9 v 22 is if I change the Document mode to to IE 8 standards.
Note: See
TracTickets for help on using
tickets.
Sounds like it's failing while in quirks mode, which jQuery doesn't support. Also, you won't get support for 1.8.x, since the current release family is 1.10.x. If you're having problems with the most recent version on a page in standards mode, feel free to provide more detail and we can re-open this ticket.