Opened 12 years ago
Closed 12 years ago
#4876 closed defect (fixed)
Extra tab stop at tree root
Reported by: | simonjb | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce:
- open dijit/tests/test_Tree.html
- tab to the first tree
- press down arrow to get to "Asia"
- press shift-tab
Expected: focus to go to the object before the tree (search bar, url bar, or maybe last object in the document)
Actual: focus goes to the root node of the tree
Change History (5)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | changed from Becky Gibson to simonjb |
---|---|
Status: | assigned → new |
seems to be related to #4773 which Simon is working on so reassigning.
comment:4 Changed 12 years ago by
Status: | new → assigned |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Problem is that root node has tabIndex=0 but this.lastFocus isn't set to that node, so tabIndex never gets set to -1.