#5830 closed defect (fixed)
tree: FF3 issue keyboard is broken. Items which have been expanded remain in the tab order
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | FF3 a11y | Cc: | Becky Gibson, Douglas Hays |
Blocked By: | Blocking: |
Description
once a tree item has been expanded it remains in the tab order. When focus leaves a tree item that has been expanded tabindex is not being reset back to -1
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Owner: | set to Becky Gibson |
---|---|
Status: | new → assigned |
This seems to only be an issue in FF3 - I'll file a ticket
comment:3 Changed 13 years ago by
Keywords: | FF3 a11y added |
---|
comment:4 Changed 13 years ago by
Summary: | tree: regression keyboard is broken. Items which have been expanded remain in the tab order → tree: FF3 issue keyboard is broken. Items which have been expanded remain in the tab order |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Actually more is broken. Last item focused is not properly getting set into the tab order when the tree loses focus.
steps to reproduce first case:
steps to reproduce second case:
#5784 depends upon this ticket