Opened 14 years ago
Closed 13 years ago
#1973 closed defect (fixed)
Tree: doesn't expand correctly when working with a nested TreeNode two or three deep
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you have a tree with "TreeNodes?" that are two or three levels deep, when you expand the deeper nodes it will over write the lower nodes in the display.
To demonstrate this problem take the Mail.html demo and copy the "TreeNode?" from the "Saved Mail" and paste it at the bottom of the tree. Rename the node to something like "Drafts".
Expand the "Mail Account" node. Expand the "Saved Mail" node. Expand the "Friends" node in the "Saved Mail" section. This should cause the overwrite.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060926 Ubuntu/breezy-security Firefox/1.5.0.7
dojo.version={major:0,minor:4,patch:0,flag:"",revision:Number("$Rev: 6258 $".match(/[0-9]+/)[0])
Attachments (2)
Change History (5)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Milestone: | 0.9 → 1.0 |
comment:3 Changed 13 years ago by
Milestone: | 1.0 → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Tree doesn't expand correctly when working with a nested TreeNode two or three deep → Tree: doesn't expand correctly when working with a nested TreeNode two or three deep |
Judging from demos/i18n.html this seems to be fixed but please reopen with a 0.9 testcase if it's still a problem.
Modified Mail demo to show Tree expand problem