I have a problem with using a tree that mimics another tree within a popup window...
here is the link to simulate the problem... it seems like a bug to me... it would be nice if to know if it was for sure a bug... (right click to view source) http://axel.cfwebtools.com/devel/popupTreeIssue/bin/popupTreeIssue.html <http://axel.cfwebtools.com/devel/popupTreeIssue/bin/popupTreeIssue.html\ > Simulate the problem * When app opens, select "myDrawer2" in the list on the left side, you will see the tree populate * Click create folder * In the popup, select the destination folder named "test" and in the textbox above name the new folder "1" * Click save * The popup window closes and now if you expand the folder called "test" you will see a sub folder named "1" this is exactly what we want and its exactly what we are looking for * Here is where the issue is * Click "create folder" * Expand the folder "test" and you will see the folder that you created called "1" is there again this is what we want the two tree's are bound to the same dataprovider * Now click the folder "1" and in the textbox name the folder "2" and click "save", the window then closes. * If you now expand the folder "test" on the original screen, you will see it added the new folder, name "2" as a subfolder to "test" . Why? I told it to go in the sub folder "1"? * We are going to do one more thing to make your eyes bug, and you then you will actually notice there is a problem * Click on "myDrawer1" " in the list on the left side, you will see a new set of folders. * Click "create folder" * Click on the root node called "myDrawer1" and in the textbox name the folder "3" and click "save", the window then closes. * Now when you expand the nodes that are in drawer1, you don't see the new folder why not? * now click on "myDrawer2" in the left side and drawer 2's set of folders will show up then expand "myDrawer2" then expand it's sub folder "test" YOU WILL NOTICE THE FOLDER YOU ADDED NAME `3' IS NOW IN THIS FOLDER????? WHAT IN THE WORLD! * Turns out whatever you select the first time for creating a folder is where all folders there after get added to I'm not sure what is going on

