Opened 12 years ago
Closed 12 years ago
#7277 closed bug (worksforme)
Autocomplete autoFocus not working for IE
Reported by: | JohnColvin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am using jQuery UI 1.8.12 and jQuery 1.5.2.
The autoFocus option is working for Chrome and FF, but not IE. The item appears to be focused in all 3 browsers. However, in Chrome and FF when I press enter for the auto focused first element, the input is populated with that item. In IE, the input box is not populated.
Example: http://jsbin.com/ovoci3 Source items for that dropdown ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]
Note: See
TracTickets for help on using
tickets.
Your jsbin example works fine for me in IE.