Search and Top Navigation
#5764 closed bug (duplicate)
Opened June 23, 2010 07:09PM UTC
Closed October 01, 2010 07:15PM UTC
Last modified October 11, 2012 09:15PM UTC
Tab key navigation broken in modal dialog in IE8
Reported by: | womp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.8.2 |
Keywords: | ie8, tab, navigation, dialog | Cc: | |
Blocked by: | Blocking: |
Description
Using the tab key to cycle through the elements of a modal dialog is broken in IE8. Tabbing off the last dialog element will not cycle back to the first dialog element, it is instead lost to the browser's toolbar.
Similarly, reverse navigation with shift-tab is also broken.
This is reproducible with IE8 on the dialog demo site.
Attachments (0)
Change History (4)
Changed June 29, 2010 11:09AM UTC by comment:1
Changed July 30, 2010 10:50AM UTC by comment:2
component: | ui.core → ui.dialog |
---|
Changed October 01, 2010 07:15PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #3768.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
In IE 8, keypress events don't get generated.
Maybe keydown should be used for tab navigation inside the Dialog.
Also, as it's stated in keypress API, for SHIFT+TAB a keypress event is not generated.