Opened 13 years ago
Closed 13 years ago
#7181 closed defect (fixed)
Tree: right-arrow on leaf node throws error
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Pressing the right arrow key on a leaf node in the tree will throw an error because it tries to getChildren on a non-existant container node.
Note: See
TracTickets for help on using
tickets.
(In [14437]) Fixes #7181 - check for containerNode before calling hasChildren !strict