Re: [qooxdoo-devel] tree controller problem

2010-11-07 Thread Martin Wittemann
Thanks. :) Am 06.11.2010 um 11:38 schrieb Tamási János: > reported: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4293 > > thx! > > 2010-11-05 18:33 keltezéssel, Martin Wittemann írta: >> Hey, >> this seems like a bug in the tree controller to me. A quick check showed >> that the controller is

Re: [qooxdoo-devel] tree controller problem

2010-11-06 Thread Tamási János
reported: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4293 thx! 2010-11-05 18:33 keltezéssel, Martin Wittemann írta: > Hey, > this seems like a bug in the tree controller to me. A quick check showed that > the controller is referencing the old root node which is of course already > disposed. Ad

Re: [qooxdoo-devel] tree controller problem

2010-11-05 Thread Martin Wittemann
Hey, this seems like a bug in the tree controller to me. A quick check showed that the controller is referencing the old root node which is of course already disposed. Adding to the old root node then throws the error. Could you open up a bug report for me? This should be a quick fix so maybe i

Re: [qooxdoo-devel] tree controller problem

2010-11-05 Thread thron7
sorry, but we're out of wits. hopefully martin can answer this on monday. t. On 11/05/2010 03:39 PM, Tamási János wrote: > Hi! > > I have a new problem. > I have a tree controller connected to a tree without model. When i set > the model first time everything works fine, i can add new child to t

[qooxdoo-devel] tree controller problem

2010-11-05 Thread Tamási János
Hi! I have a new problem. I have a tree controller connected to a tree without model. When i set the model first time everything works fine, i can add new child to the tree through the model. After i set the model to null and then set the model to the real one again, adding a child will fail with