Opened 11 years ago
Closed 11 years ago
#10334 closed defect (wontfix)
Tree: focus gets lost entering hidden root node tree (webkit)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.4.0b |
Keywords: | a11y | Cc: | |
Blocked By: | Blocking: |
Description
Testing Type: Accessibility (Keyboard)
Browser Affected: Chrome 3 & Safari 4
Steps to Reproduce:
- Open Safari or Chrome browser
- Go to http://archive.dojotoolkit.org/dojo-2009-11-11/dojotoolkit/dijit/tests/test_Tree.html
- With your mouse, click on the first root node (Continents)
- Press the Tab key twice
Actual Result : Now the focus get lost. If you press enter an alert(Hello world) is shown.
Looks like the focus is getting lost on the hidden root node.
Notes:
- works on FF
- fails on 1.3 also
Note: See
TracTickets for help on using
tickets.
This is a browser bug (it's jumping to a <span tabIndex=-1> inside of a display:none div), and it's fixed in Chrome 4 beta, so I don't think it's worth working around in dojo.