From 7783f6d21cd4789586c00fd0c91f9f6404f90f51 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Thu, 15 Nov 2007 18:28:14 +0000 Subject: [PATCH] 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 --- .../toolkit/tests/TestComponentsAndLayouts.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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)); -- 2.39.5