Opened 13 years ago
Closed 13 years ago
#5527 closed defect (fixed)
cannot shift-tab up from a toolbar in FF3
Reported by: | simonjb | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Accessibility | Version: | 1.0 |
Keywords: | Cc: | Becky Gibson | |
Blocked By: | Blocking: |
Description
I tested Minefield nightly 3.0b3pre (2008-01-07)
To reproduce:
- open dijit/tests/test_Toolbar.html
- tab to the second toolbar
- press shift-tab
Expect:
- focus to move to the first toolbar
Actual:
- focus does not move
Note: See
TracTickets for help on using
tickets.
(In [12406]) Modified _KeyNavContainer to work with non-bubbling focus and blur events; focus and blur events bubble on FF2 but not the current builds of FF3, IE (though it has activate and deactivate that do bubble), Safari, and Opera; fixes #5527