I've some problems with Stackpanel in ie8 (standard mode) GWT 1.7

My StackPanel has  width and height set explicitly in pixels but under
ie8 it looks much  higher than its size

It turned  out that removing line 142 from StackPanel:
DOM.setElementProperty(tdb, "height", "100%");

solves the issue and StackPanel still working under firefox, chrome
and opera.

So why this this line in stack panel is needed ?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to