Opened 15 years ago
Closed 15 years ago
#4696 closed defect (wontfix)
ctrl-tab/ctrl-shift tab does not work to change tabs in IE7
Reported by: | Becky Gibson | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Note: If this gets fixed, please update the related keyboard docs
This is true for tab containers as well as stack container (accordion container has not implemented navigation by ctrl-tab/ctrl-shift-tab and ctrl-pageup/pagedown).
I am not sure if this is an IE7 limitation that the ctrl-tab/ctrl-shift-tab combinations can not be captured or not? If not fixed the a11y documentation for these containers needs to be updated to indicate that only ctrl-pageup/down works within IE7 to move from tab to tab.
Change History (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.0 → 1.1 |
---|
OK docs have been updated for containers: Stack, Tab, and Accordion. We'll need to update again if this gets fixed. Moving to 1.1 target as users can still ctrl-pgup/dwn for IE7.
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Unfortunately, we can't capture this combination on IE7 via keypress or keydown handling.
This is now also present in Accordion (with the recent fix for 4679). I'll update the docs.