Opened 8 years ago
Closed 8 years ago
#16819 closed defect (fixed)
Tree: openOnClick=true broken for keyboard "click"
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See first Tree in test_Tree.html. Clicking the labels of the non-leaf nodes opens/closes them rather than executing them (i.e. rather than writing a "Execute of node Africa, population=900 million" type message to the console).
However, focusing a non-leaf node and pressing SPACE or ENTER does write such a message to the console, same as if openOnClick=true was not specified for the Tree.
Presumably the idea of openOnClick is that only leaf nodes get the onClick execution notification, so this seems like a bug.
Change History (4)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Status: | new → assigned |
---|
Note that [30806] is also a prerequisite to fixing the ticket.
Note: See
TracTickets for help on using
tickets.
In [30807]: