Re: [qooxdoo-devel] bug in AbstractTreeItem.js

2010-04-19 Thread MartinWittemann
Hello Greg, thanks for the report! I added a bug report for that issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3599 Regards, Martin -- View this message in context: http://n2.nabble.com/bug-in-AbstractTreeItem-js-tp4922513p4924010.html Sent from the qooxdoo mailing list archive at Nabble.

[qooxdoo-devel] bug in AbstractTreeItem.js

2010-04-18 Thread Greg Beaver
Hi, I just found an out-of-bounds bug (not a security issue) in AbstractTreeItem.js. If one creates a tree with 3 TreeFolders item1 item2 and item3 added in that order, and then calls tree.addBefore(item1, item3) to move the first item to the 2nd index, the code fails with an exception. The bug