Revision: 7029
Author: fabb...@google.com
Date: Thu Nov 19 12:33:51 2009
Log: merge fix for IE7 standards-mode ScrollPanel overflow bug (r7026)


http://code.google.com/p/google-web-toolkit/source/detail?r=7029

Modified:
  /branches/snapshot-2009.10.23-r6446
  /branches/snapshot-2009.10.23-r6446/branch-info.txt
   
/branches/snapshot-2009.10.23-r6446/user/src/com/google/gwt/user/client/ui/ScrollPanel.java

=======================================
--- /branches/snapshot-2009.10.23-r6446/branch-info.txt Wed Nov 11 20:06:00  
2009
+++ /branches/snapshot-2009.10.23-r6446/branch-info.txt Thu Nov 19 12:33:51  
2009
@@ -9,4 +9,6 @@
  Cherrypicked c6451 with:
    svn merge -c6451 https://google-web-toolkit.googlecode.com/svn/trunk .
    svn merge -c6851 https://google-web-toolkit.googlecode.com/svn/trunk .
-
+  svn merge -c6488.6492,6494,6497,6498,6499,6500,6501,6511,6535,7014 \
+      --ignore-ancestry  
https://google-web-toolkit.googlecode.com/svn/trunk .
+  svn merge --ignore-ancestry -c7026  
http://google-web-toolkit.googlecode.com/svn/trunk .
=======================================
---  
/branches/snapshot-2009.10.23-r6446/user/src/com/google/gwt/user/client/ui/ScrollPanel.java
      
Tue Oct 13 05:52:22 2009
+++  
/branches/snapshot-2009.10.23-r6446/user/src/com/google/gwt/user/client/ui/ScrollPanel.java
      
Thu Nov 19 12:33:51 2009
@@ -41,6 +41,7 @@
      getElement().appendChild(containerElem);

      // Prevent IE standard mode bug when a AbsolutePanel is contained.
+    DOM.setStyleAttribute(getElement(), "position", "relative");
      DOM.setStyleAttribute(containerElem, "position", "relative");

      // Hack to account for the IE6/7 scrolling bug described here:

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to