]> source.dussan.org Git - vaadin-framework.git/commit
Fix Table pageup/pagedown navigation (#15332)
authorIlya Ermakov <ilya403403@gmail.com>
Thu, 11 Dec 2014 13:29:39 +0000 (16:29 +0300)
committerSauli Tähkäpää <sauli@vaadin.com>
Mon, 2 Feb 2015 08:43:27 +0000 (10:43 +0200)
commit44d4c53d29c8e6696f547db2e37cd94c78255a11
tree43e70185cfc6224e9539453ecec7ca66e5851739
parentffa8c12768537f5f3dafcf3b9b2f86ea548dca2d
Fix Table pageup/pagedown navigation (#15332)

After this patch navigation with PageDown, PageUp, Home, End works
properly. What was
changed in this patch (new state): the first visible row number is
updated before
sending selected rows to the server while handling these keys.

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