]> 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)
committerVaadin Code Review <review@vaadin.com>
Mon, 29 Jun 2015 06:47:47 +0000 (06:47 +0000)
commitdfce3a27fe3ca04db83cb537760354782c5b56c6
tree3a0d13cd6db9db0e3e51ebae397cd13783743dfa
parentb541e8e4e9346971f33025135619120166aac425
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: Id1ddd4f0f3f3b1315df3f8d9813080fbd5009bcd
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridKeyboardNavigationTest.java