Opened 15 years ago
Closed 15 years ago
#4161 closed defect (worksforme)
test page for tree has only onclick handlers - needs to handle keyboard support as well
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dijit test pages should provide good a11y examples. The test_tree.html page has onClick handlers for each of the tree items. This should be made keyboard accessible to support pressing the enter key to invoke the action. would be really nice to make onDijitClick available.
Note: See
TracTickets for help on using
tickets.
(description was bad - it wasn't using onclick handlers in each node) seems to be working correctly now.