I upload the sample to bitbucket to browse the sources: https://bitbucket.org/gardellajuanpablo/bugie7gwt/src
Thanks for your time. 2011/11/17 Juan Pablo Gardella <[email protected]> > Thanks Thomas for your tips! But using height="450px" don't resolve the > error. It continues. I will upload to youtube a video to show the error. > > I don't know if is my code, becouse it runs on other browser. I think is a > bug, becouse I test all ways but don't find the cause. Perhaps is > DockLayoutPanel and the size as you said. > > Thanks, > Juan > > > 2011/11/17 Thomas Broyer <[email protected]> > >> 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. >> > > -- 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.
