]> source.dussan.org Git - vaadin-framework.git/commitdiff
#8721 Make VView touch scrollable
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 11 May 2012 15:09:50 +0000 (15:09 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 11 May 2012 15:09:50 +0000 (15:09 +0000)
svn changeset:23722/svn branch:6.8

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

index d500c56e52e739e597838f14b81fb1cebd02fcec..597d40cf29b1dc788bb8a4914455c6bf4484afd3 100644 (file)
@@ -131,6 +131,7 @@ public class VView extends SimplePanel implements Container, ResizeHandler,
         // Allow focusing the view by using the focus() method, the view
         // should not be in the document focus flow
         getElement().setTabIndex(-1);
+        TouchScrollDelegate.enableTouchScrolling(this, getElement());
     }
 
     /**