]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disabled most containers because by default this brings Firefox to it's knees, sugges...
authorJani Laakso <jani.laakso@itmill.com>
Thu, 15 Nov 2007 18:28:14 +0000 (18:28 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Thu, 15 Nov 2007 18:28:14 +0000 (18:28 +0000)
svn changeset:2829/svn branch:trunk

src/com/itmill/toolkit/tests/TestComponentsAndLayouts.java

index 8d985ed0d104f0c5cbd1d8684d16b4b6bd1e19dc..698e1672cdf3aa5c68c5aceb1d94a4d2a2ba182b 100644 (file)
@@ -130,7 +130,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
                }
 
                // //////////////////////////////////////////////////////////////////////////
-               if (true) {
+               if (false) {
                        target
                                        .addComponent(new Label(
                                                        "<hr /><h1>Components inside ExpandLayout (height 250px)</h3>",
@@ -143,7 +143,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
                }
 
                // //////////////////////////////////////////////////////////////////////////
-               if (true) {
+               if (false) {
                        target.addComponent(new Label(
                                        "<hr /><h1>Components inside Panel</h3>",
                                        Label.CONTENT_XHTML));
@@ -153,7 +153,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
                }
 
                // //////////////////////////////////////////////////////////////////////////
-               if (true) {
+               if (false) {
                        target
                                        .addComponent(new Label(
                                                        "<hr /><h1>Components inside vertical SplitPanel (splitpanel is under 250height ExpandLayout)</h3>",
@@ -173,7 +173,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
                }
 
                // //////////////////////////////////////////////////////////////////////////
-               if (true) {
+               if (false) {
                        target
                                        .addComponent(new Label(
                                                        "<hr /><h1>Components inside horizontal SplitPanel (splitpanel is under 250px height ExpandLayout)</h3>",
@@ -193,7 +193,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
                }
 
                // //////////////////////////////////////////////////////////////////////////
-               if (true) {
+               if (false) {
                        target.addComponent(new Label(
                                        "<hr /><h1>Components inside TabSheet</h3>",
                                        Label.CONTENT_XHTML));
@@ -214,7 +214,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
                }
 
                // //////////////////////////////////////////////////////////////////////////
-               if (true) {
+               if (false) {
                        target.addComponent(new Label(
                                        "<hr /><h1>Components inside GridLayout</h3>",
                                        Label.CONTENT_XHTML));