On 2009/08/10 14:37:10, jgw wrote:
Does this address the problems Scott noted in the issue tracker, or did
you decide they're livable? Is there a test we can extend to cover this
case if not?
Quoth he:
I tried a few variations of adding/inserting an already attached child.
I found
one that raises IndexOutOfBoundsException:
AbsolutePanel absolutePanel = new AbsolutePanel();
absolutePanel.setPixelSize(100, 100);
Label label = new Label("label");
RootPanel.get().add(absolutePanel);
absolutePanel.add(label, 10, 10);
absolutePanel.add(label, 10, 10); // exception
http://gwt-code-reviews.appspot.com/57808
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---