Looks to me like it could be an issue with your DockLayoutPanel not having a fixed size and not put within a ProvidesResize (and BTW, use height="450px" on your <g:DockLayoutPanel> rather than using CSS; as a rule of thumb, with GWT, do not use CSS for sizing, and more generally for layout; unless you're doing your layout yourself –using divs and SimplePanel/FlowPanels and the like–). For some reason, the DockLayoutPanel could figure out its dimensions on a "fresh load", but not when navigation from a previous activity. Just an idea; maybe not your issue, but definitely something to fix in your code at some point.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/GbR3IPT171AJ. 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.
