Search and Top Navigation
#5528 closed bug (fixed)
Opened April 19, 2010 01:02PM UTC
Closed July 19, 2010 09:22PM UTC
Last modified November 19, 2010 06:26PM UTC
Autocomplete: Issue when try to navigate using up key by keyboard in IE6
Reported by: | ilyasahmad | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.3 |
Component: | ui.autocomplete | Version: | 1.8 |
Keywords: | Autocomplete | Cc: | ilyas_m@assigncorp.com |
Blocked by: | Blocking: |
Description
We are facing an issue with IE6 when try to navigate using "UP" key from keyboard.
The plugin is working on all other browsers.
Please suggest appropriate action.
Thank you,
Ilyas
Attachments (1)
Change History (3)
Changed July 19, 2010 09:22PM UTC by comment:1
milestone: | TBD → 1.9 |
---|---|
resolution: | → fixed |
status: | new → closed |
Changed August 04, 2010 01:11AM UTC by comment:2
milestone: | 1.9 → 1.8.3 |
---|
Changed November 19, 2010 06:26PM UTC by comment:3
Menu: Only look for .ui-menu-item elements to determine if a menu item is the first or last element in the menu. Fixes #5528 - Autocomplete: Issue when try to navigate using up key by keyboard in IE6.
Changeset: 5311fe22f327d275f6f8d885da1ce6bbc2c4a681
Fixed in 5311fe2. I wasn't getting the JS error, but I was getting incorrect behavior, which is likely the cause of the error from the screenshot.