Opened 13 years ago
Closed 13 years ago
#2410 closed enhancement (invalid)
tree widget displays node child items below all child nodes
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.4.1 |
Keywords: | tree widget | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
The manner which the tree widget displays children items with respect to children nodes makes the list unnecessarily long.
Captured this at: http://dojotoolkit.org/dojo/demos/widget/Tree/tree.html
ascii version:
- node -- node --- node ---- node ----- node ----- child ---- child --- child -- child - child
Instead, it seems like it would be best to display the child directly under the node.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | Widgets → Dijit |
---|---|
Description: | modified (diff) |
Resolution: | → invalid |
Status: | new → closed |
Sorry, I don't understand. There's no such thing as children items. Just nodes. Children are always indented w.r.t. the parent.
Note: See
TracTickets for help on using
tickets.
Should've previewed this. My bad.