From: Jani Laakso Date: Thu, 15 Nov 2007 18:28:14 +0000 (+0000) Subject: Disabled most containers because by default this brings Firefox to it's knees, sugges... X-Git-Tag: 6.7.0.beta1~5567 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7783f6d21cd4789586c00fd0c91f9f6404f90f51;p=vaadin-framework.git Disabled most containers because by default this brings Firefox to it's knees, suggest that you activate them individually. svn changeset:2829/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/tests/TestComponentsAndLayouts.java b/src/com/itmill/toolkit/tests/TestComponentsAndLayouts.java index 8d985ed0d1..698e1672cd 100644 --- a/src/com/itmill/toolkit/tests/TestComponentsAndLayouts.java +++ b/src/com/itmill/toolkit/tests/TestComponentsAndLayouts.java @@ -130,7 +130,7 @@ public class TestComponentsAndLayouts extends Application implements Listener, } // ////////////////////////////////////////////////////////////////////////// - if (true) { + if (false) { target .addComponent(new Label( "

Components inside ExpandLayout (height 250px)

", @@ -143,7 +143,7 @@ public class TestComponentsAndLayouts extends Application implements Listener, } // ////////////////////////////////////////////////////////////////////////// - if (true) { + if (false) { target.addComponent(new Label( "

Components inside Panel

", Label.CONTENT_XHTML)); @@ -153,7 +153,7 @@ public class TestComponentsAndLayouts extends Application implements Listener, } // ////////////////////////////////////////////////////////////////////////// - if (true) { + if (false) { target .addComponent(new Label( "

Components inside vertical SplitPanel (splitpanel is under 250height ExpandLayout)

", @@ -173,7 +173,7 @@ public class TestComponentsAndLayouts extends Application implements Listener, } // ////////////////////////////////////////////////////////////////////////// - if (true) { + if (false) { target .addComponent(new Label( "

Components inside horizontal SplitPanel (splitpanel is under 250px height ExpandLayout)

", @@ -193,7 +193,7 @@ public class TestComponentsAndLayouts extends Application implements Listener, } // ////////////////////////////////////////////////////////////////////////// - if (true) { + if (false) { target.addComponent(new Label( "

Components inside TabSheet

", Label.CONTENT_XHTML)); @@ -214,7 +214,7 @@ public class TestComponentsAndLayouts extends Application implements Listener, } // ////////////////////////////////////////////////////////////////////////// - if (true) { + if (false) { target.addComponent(new Label( "

Components inside GridLayout

", Label.CONTENT_XHTML));