]> source.dussan.org Git - vaadin-framework.git/commitdiff
Run panel hacks for all browsers after rendering
authorArtur Signell <artur.signell@itmill.com>
Wed, 12 Nov 2008 09:22:29 +0000 (09:22 +0000)
committerArtur Signell <artur.signell@itmill.com>
Wed, 12 Nov 2008 09:22:29 +0000 (09:22 +0000)
svn changeset:5869/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java

index 65ae05bf491555022d7e14d880ed8634543f8a31..7c312a59da42fb968fdb9703f1ab23e9fac031c8 100644 (file)
@@ -176,12 +176,7 @@ public class IPanel extends SimplePanel implements Container {
         }
         layout.updateFromUIDL(layoutUidl, client);
 
-        if (BrowserInfo.get().isIE() || BrowserInfo.get().isFF2()) {
-            // IE/FF2 is not able to make the offsetWidth for contentNode
-            // correct
-            // for some reason...
-            runHacks(false);
-        }
+        runHacks(false);
         // We may have actions attached to this panel
         if (uidl.getChildCount() > 1) {
             final int cnt = uidl.getChildCount();