petoendre / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

GlassPanel not showing a second time on IE #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attach GlassPanel to the RootPanel like:
        GlassPanel glassPanel = new GlassPanel(false);
        RootPanel.get().add(glassPanel, 0, 0);
2. After removing the first GlassPanel create a new GlassPanel instance and 
attach again (like 
above)

What is the expected output? What do you see instead?
The GlassPanel is not showing on IE6 and IE7.

What version of the product are you using? On what operating system?
I'm using GWT1.5rc and gwt-incubator_1-4_final.jar

Please provide any additional information below.
The reason for this is, that the GlassPanelImplIE6 is statically stored in the 
GlassPanel.
And the fields lastDocumentClientWidth, lastDocumentClientHeight in 
GlassPanelImplIE6 are not 
cleared when creating a new GlassPanel instance.

Original issue reported on code.google.com by m...@censhare.de on 27 Jun 2008 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by ecc%google.com@gtempaccount.com on 3 Jul 2008 at 7:37