]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6788,#6197 : lifted modifications done in scrolltable to helper class
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 14 Apr 2011 13:27:39 +0000 (13:27 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 14 Apr 2011 13:27:39 +0000 (13:27 +0000)
svn changeset:18296/svn branch:6.5

src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

index 8f5ddaae5714c422418671833884cf9ce0b3d2b0..d758c674ebe0bdf3449ae8a5bb7304d2dbf9a5d9 100644 (file)
@@ -275,7 +275,8 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
 
     private final TableFooter tFoot = new TableFooter();
 
-    private final FocusableScrollPanel scrollBodyPanel = new FocusableScrollPanel();
+    private final FocusableScrollPanel scrollBodyPanel = new FocusableScrollPanel(
+            true);
 
     private KeyPressHandler navKeyPressHandler = new KeyPressHandler() {
         public void onKeyPress(KeyPressEvent keyPressEvent) {