Search and Top Navigation
#4023 closed bug (worksforme)
Opened January 31, 2009 02:39PM UTC
Closed February 01, 2009 02:12AM UTC
Accordion Demos - Negative Tab Index disables Keyboard Navigation
Reported by: | epascarello | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.accordion | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the Accordion Demos, the tabindex is set to -1 which disables the ability to focus the headings with keyboard navigation. Removing the tabindex allows it to work correctly.
Attachments (0)
Change History (1)
Changed February 01, 2009 02:12AM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
resolution: | → worksforme |
status: | new → closed |
The currently active header has a tabindex of 0. The other headers have a tabindex of -1. This makes it so that when you tab into the accordion, the next tab press will move out of the accordion (the entire accordion is treated as one component). The arrow keys should be used to move between headers when the accordion is active.