Some more weirdness to report. If you have an application that has some screens that are layoutPanel based and some that use standard layout added to RootPanel you can get some very strange interactions. Sometimes if I switch between screens, when I get to a standard layout screen I cannot type in any fields. The culprit is again the RootLayoutPanel. If I remove it using the IE Dom browser everything works. The problem is that once you call RootLayoutPanel.get it lazily instantiates the RootLayoutPanel. From this point on there is no way to remove it.
So unless GWT implement a fix, don't mix RootPanel based and RootLayoutPanel based screens together in the same application. -- 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.
