Well into our development cycle we discovered the our GWT 1.6
application no longer worked in Firefox. (Versions 3.5.2 and 3.5.3
were the only ones we tried). After some tinkering I found that
placing an AbsolutePanel in the         RootPanel.get().add(aPanel); call was
the problem. Using a DockPanel instead of the AbsolutePanel fixed the
issue. (Surprisingly, putting the existing AbsolutePanel in the center
of the DockPanel did not help).

The app worked great in IE without alteration.


--~--~---------~--~----~------------~-------~--~----~
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