Closed GoogleCodeExporter closed 9 years ago
Do you have a code snippet which illustrates the problem? In particular this
step is not clear to me:
> 3. Create a new HTML page that contains DIV with any ID
Original comment by fredsa
on 1 Jul 2009 at 4:31
Ah, I see it was a wrong issue description.
See steps to reporduce the problem below:
1. Create a new GWT module
2. Create a new HTML page that contains DIV with any ID
3. Instantiate WidgetLocation with any other widgets
4. In GWT module add any widget using RootPanel.get(ID)
Actually an original code snipped is rather long but I'll try to explain what I
mean.
Here is the HTML code:
<body>
<div id="myId"></div>
</body>
Here is GWT code:
WidgetLocation location = new WidgetLocation(widget, reference);
RootPanel.get("myId").add(new Label("My label")); // sometimes throws
AsserException
in the RootPanel.detachOnWindowClose() method
Original comment by sskladch...@gmail.com
on 1 Jul 2009 at 6:03
I'm sorry. This is still a bit unclear to me. Do you have a EntryPoint class
which
demonstrates the problem?
Original comment by fredsa
on 16 Oct 2009 at 7:52
Original comment by fredsa
on 31 Jan 2012 at 6:14
Original issue reported on code.google.com by
sskladch...@gmail.com
on 23 Jun 2009 at 2:17