Opened 14 years ago
Closed 14 years ago
#5789 closed defect (worksforme)
Tree.js, parent.rowNode has no properties
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
i am working from the latest subversion (12312) trying to get tree to work with a nested ItemFileReadStore? store and it throws an exception at line 83:
if(!parent parent.rowNode.style.display == "none"){ if(!parent !parent.showRoot){
I made the change shown, but I don't know if it is right, but it does keep it from blowing up.
-Al Byers
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Please file bugs with
- test case (or link to one of the tests inside of dijit)
- description of how to reproduce the error
- list of which browser(s) the error occurred on
Note: See
TracTickets for help on using
tickets.
Do you have a test case? test_Tree_DnD.html uses a nested store and seems to work.