On Wed, Mar 7, 2012 at 2:57 PM, Janjaap Bos <[email protected]> wrote: > Thanks! I actually was still using the old sourceforge repository.
ooo, niiice :) rather out-of-date. > Now my use case gives an dom node not found error, when old widget is > removed. > > When I change this to use explicitly the dom parent of the element, it works > fine. Probably somewhere in my application code the dom parent /child and > the widget parent/child is mixed up... Or it may be something else. > > The following change works for me. (I experienced the problem in vertical > panel, but it makes sense to use the same procedure for horizontal panel). > Now the DOM remove is done on DOM parent/child relation instead of widget > parent/child relation. hmm... i think it might be worthwhile adding these to UITest, and running under pyjd with the command-line switch "-o" to get it to dump the HTML, then have a look at it. can you add some examples - copy LabelTest.py and do VerticalPanelTest.py - doing what you're doing, please? i feel this is important to check what's going on. l.

