]> source.dussan.org Git - vaadin-framework.git/commit
Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Mon, 20 May 2019 06:35:49 +0000 (09:35 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Mon, 20 May 2019 06:35:49 +0000 (09:35 +0300)
commit994f39b9ed46519ca3bfdc8914291e364e44694f
tree6f3e41040e88ea962af9ac77b611af2dd6387734
parent4cd5f44e360ec68373d5a1b9b498c5553c04dc26
Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570)

Fixes #11558
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridScrollWithoutRows.java [new file with mode: 0644]