]> source.dussan.org Git - vaadin-framework.git/commit
Prevent table from scrolling on selectionChange when in Multiselect mode (#13341)
authorMarkus Koivisto <markus@vaadin.com>
Thu, 12 Jun 2014 14:38:44 +0000 (17:38 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 17 Jun 2014 07:56:59 +0000 (07:56 +0000)
commitd076dc7317b4f211e95ef560442793cb1200cfc9
tree42a20ba8cf4b90b3ab9551e9ae7bbf0c7f0a3aba
parent545b3a43bf8953c8976de518bfc618cae0564b9a
Prevent table from scrolling on selectionChange when in Multiselect mode (#13341)

Change-Id: Ie3df61fab6d76dce3e2027cd732d0e6e7dd299e9
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/SelectAllConstantViewport.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/SelectAllConstantViewportTest.java [new file with mode: 0644]