Revision: 7229
Author: j...@google.com
Date: Tue Dec  1 22:03:38 2009
Log: Merging /trunk r7228 into this branch.

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

Modified:
  /releases/2.0/branch-info.txt
  /releases/2.0/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java

=======================================
--- /releases/2.0/branch-info.txt       Tue Dec  1 21:26:37 2009
+++ /releases/2.0/branch-info.txt       Tue Dec  1 22:03:38 2009
@@ -1148,3 +1148,7 @@
   Also fixes mail icon showing up in front of the about dialog.
      svn merge --ignore-ancestry -c7226  
https://google-web-toolkit.googlecode.com/svn/trunk/ .

+tr...@7228 was merged into this branch
+ Fixing TabLayoutPanel tab stacking (float -> cssFloat).
+    svn merge --ignore-ancestry -c7228  
https://google-web-toolkit.googlecode.com/svn/trunk/ .
+
=======================================
---  
/releases/2.0/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java        
 
Tue Dec  1 21:26:37 2009
+++  
/releases/2.0/user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java        
 
Tue Dec  1 22:03:38 2009
@@ -108,7 +108,7 @@
        // heights, the shorter ones will top-align, rather than  
bottom-align,
        // which is what we would want. display:inline-block fixes this, but
        // needs lots of cross-browser hacks to work properly.
-      getElement().getStyle().setProperty("float", "left");
+      getElement().getStyle().setProperty("cssFloat", "left");
      }

      public HandlerRegistration addClickHandler(ClickHandler handler) {

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

Reply via email to