aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java b/src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java
index 65ae05bf49..7c312a59da 100644
--- a/src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java
+++ b/src/com/itmill/toolkit/terminal/gwt/client/ui/IPanel.java
@@ -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();