Search and Top Navigation
#7277 closed bug (worksforme)
Opened April 25, 2011 04:49PM UTC
Closed April 25, 2011 11:48PM UTC
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"]
Attachments (0)
Change History (1)
Changed April 25, 2011 11:48PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Your jsbin example works fine for me in IE.