]> source.dussan.org Git - vaadin-framework.git/commit
Change focused Grid cell when scrolling with the keyboard (#18356).
authorMika Murtojarvi <mika@vaadin.com>
Thu, 25 Jun 2015 10:07:23 +0000 (13:07 +0300)
committerHenri Sara <hesara@vaadin.com>
Sat, 4 Jul 2015 11:33:02 +0000 (14:33 +0300)
commit861581c1b87a0b3ef42b55544372497bc829d60c
tree0c61ccbabf82edf07c5d92807c05bfda793bc9d7
parent337e4a7fe7836286aa96898b23db34eafb55ade9
Change focused Grid cell when scrolling with the keyboard (#18356).

- The focused cell is now updated when scrolling with pageup/down, home
or end key.
- The scroll amount is slightly reduced to ensure that no cells are
skipped over with pgup/down scroll.

Change-Id: I8a7dccf46350761f86714715183b24ec29d79f4e
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridKeyboardNavigationTest.java