Opened 13 years ago
Closed 13 years ago
#4484 closed defect (worksforme)
remove accordion pane container from the tab order
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Having focus go to the accordion pane container is very confusing for keyboard users. We could make the focus on the accordion pane container more visually noticable but it is still an extra tab stop. Generally an accordion container will have a focusable item within it. We can also use the solution for #4413 to find the focusable item (but need to make sure #4413 is fast enough for use in accordion and tab)
Note: See
TracTickets for help on using
tickets.
The accordion pane container is not in the tab order. Firefox puts containers with overflow:auto into the tab order automatically so that a user can scroll the container if necessary when no scroll bars are present. So, in Firefox the accordion pane is in the tab order by default, in IE it is not so closing this as "worksforme".