]> source.dussan.org Git - vaadin-framework.git/commitdiff
itabsheet fix
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 11 Aug 2008 09:19:01 +0000 (09:19 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 11 Aug 2008 09:19:01 +0000 (09:19 +0000)
svn changeset:5166/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheet.java

index dce57fca90ae9a42d3ffe9414ac02936e55abf07..f92b7a1936e375fa2eafb326135e88c2c2ebd4bb 100644 (file)
@@ -139,6 +139,7 @@ public class ITabsheet extends ITabsheetBase implements
             return;
         }
         if (client != null && activeTabIndex != tabIndex) {
+            tb.selectTab(tabIndex);
             addStyleDependentName("loading");
             // run updating variables in deferred command to bypass some
             // FF