]> 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)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Wed, 22 May 2019 13:31:31 +0000 (16:31 +0300)
commit06624b2d9cbcca187140b11bce01174e3d2e393f
tree23aa97aac737fc2c3b635670a82aa3e4c2c7ec31
parentd79d65c5f38787bfb2f773ffa4f6fcfeb491630a
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]