Wednesday, March 28, 2012

Listening for ScrollBars from Browsers :: Dynamic Resize

I have a layout that dynamically resizes via:
Window.addResizeHandler(new ResizeHandler() {


However, this is NOT fired when the browsers adds the scroll bars once the UI has dynamically added content to extend the browser's screen

So my app is fine when it first loads and the content doesn't go below the viewport; however, once the content goes below the browsers automatically adds its scrollbars but a resize event is not fired.

This is a problem because the width of the scrollbars also causes the bottom horizontal scrollbars to show.


I appreciate your thoughts! Thanks!



--
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/-/AK2kzAJxTKAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment