Opened 14 years ago
Closed 14 years ago
#4023 closed bug (worksforme)
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.
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.