zquirm
04-18-2007, 02:00 AM
3 little bugs with TreeEditor.
I was getting these errors in Firefox with my own code, but then I noticed them again the Photo Organizer example in Docs.
1) I get this error:
this.editNode has no properties
from Ext 1.0 library with Ext.tree.TreeEditor when I create a new album. As soon as the editor loses focus, I get the error.
2) When I create a new album and type a new name, the text reverts back to Album X.
3) If I've used the tree editor already to edit an existing Album name and then create a new Album, whatever I've written for the new Album overwrites what I was editing just before. So if I click 'Album 1' and change it to 'Family', and then create a new Album ('Album 4') and change it to 'Friends'...'Family' changes to 'Friends' and 'Album 4' stays 'Album 4'.
I'm assuming these 3 problems are actually the same thing, but I thought I would pass them all on.
thanks much.
I was getting these errors in Firefox with my own code, but then I noticed them again the Photo Organizer example in Docs.
1) I get this error:
this.editNode has no properties
from Ext 1.0 library with Ext.tree.TreeEditor when I create a new album. As soon as the editor loses focus, I get the error.
2) When I create a new album and type a new name, the text reverts back to Album X.
3) If I've used the tree editor already to edit an existing Album name and then create a new Album, whatever I've written for the new Album overwrites what I was editing just before. So if I click 'Album 1' and change it to 'Family', and then create a new Album ('Album 4') and change it to 'Friends'...'Family' changes to 'Friends' and 'Album 4' stays 'Album 4'.
I'm assuming these 3 problems are actually the same thing, but I thought I would pass them all on.
thanks much.