]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed a bug which caused IE7 to fail rendering (tab caption not set).
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 14 May 2009 11:10:40 +0000 (11:10 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 14 May 2009 11:10:40 +0000 (11:10 +0000)
svn changeset:7798/svn branch:6.0

src/com/vaadin/demo/featurebrowser/TableExample.java

index f1dfc1f187cef377247c237ec7c3623c776eb310..1c9ac6c2d821222197bccf06b2c1f66c207b4ac7 100644 (file)
@@ -61,9 +61,9 @@ public class TableExample extends CustomComponent implements Action.Handler,
 \r
         // main layout\r
         final VerticalLayout main = new VerticalLayout();\r
-        root.addComponent(main);\r
         main.setCaption("Basic Table");\r
         main.setMargin(true);\r
+        root.addTab(main);\r
 \r
         // "source" table with bells & whistlesenabled\r
         source = new Table("All creatures");\r