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 <t.bro...@gmail.com>

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

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