Opened 14 years ago
Closed 14 years ago
#1638 closed defect (wontfix)
TreeV3 folder nodes don't retain isFolder state when modified
Reported by: | guest | Owned by: | ilia |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A tree node that is marked with isFolder="true" does not retain the folder state if it becomes empty.
The bug can be reproduced using tests/widget/treeV3/dnd1.html
- Run the dnd1.html test
- Drag and drop a node onto the "Empty Folder" node, so that it's no longer empty.
- Drag the node that was just added to "Empty Folder" out, so that "Empty Folder" is emtpy again.
- Notice that "Empty Folder" now shows as a leaf node, rather than a folder. It appears as if isFolder="false".
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from bill to ilia |
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That's a feature, settable in TreeV3 properties.