Todd, can you send a sample that demonstrates the problem? Also, is your page in standards mode?
On Oct 28, 2009 5:40 AM, "[email protected]" <[email protected]> wrote: This change appear to have broken all of my scrollable content in IE6/7. What I see now is the scroll panel with scrollbar and the content exceeding the bounds of the scrollpanel. Interaction with the scrollbar has no effect on the content. The use of the ScrollPanels and their child Widgets vary. So I do not know if this is an error in my implementation. Using IE Dev tools I remove the relative positioning from the containerElem and it displays correctly. On Oct 13, 8:53 am, [email protected] wrote: > Revision: 6354 > Author: [email protected] > Date: Tue Oct 13 05:52:22 2009 > Log: Fixes IE bug inScrollPanelat 100% width; Adds > Requires/ProvidesResize. > Review: http://gwt-code-reviews.appspot.com/78810http://code.google.com/p/google-web-toolkit/source/detail?r=6354 > > Modified: > /trunk/user/src/com/google/gwt/user/client/ui/ScrollPanel.java > > ===============... > public classScrollPanelextends SimplePanel implements > SourcesScrollEvents, > - HasScrollHandlers { > + HasScrollHandlers, RequiresResize, Provides... > + // http://stackoverflow.com/questions/139000/div-with-overflowauto-and-a... > + DOM.setStyleAttribute(getElement(), "zoom", "1"); > + DOM.setStyleAttribute(containerElem,... --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
