Dear all, Just figured it out the problem was caused by using "RootLayoutPanel".
When I put all my content into RootLayoutPanel.get(), they appear only in IE but not Firefox. If I use RootPanel.get() instead, they appear in both browsers. Tho I don't quite understand the reasonale, but the problem is solved. Thanks. Regards, Nomis On Dec 26, 2:18 pm, Nomis <[email protected]> wrote: > Hi, > > I am developing a project that contain just a single simple class. I > have been working on it with GWT 2.0 and FF3.5. Today, I just wanna > try it out in IE8. After downloading the plugin and solve a problem > of the plugin (http://code.google.com/p/google-web-toolkit/issues/ > detail?id=4358), I just got a blank screen in IE8.... > > Please help. > > Thanks, > Nomis -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
