]> source.dussan.org Git - vaadin-framework.git/commit
Ensure Firefox always updates the grid scrollbar (#19802)
authorArtur Signell <artur@vaadin.com>
Thu, 8 Sep 2016 19:22:53 +0000 (22:22 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 14 Sep 2016 07:36:41 +0000 (07:36 +0000)
commit47b7b13e5c959de3bd925693b074d85e7625a87e
tree7b46739246fa5003a63a4034442558949671c922
parent17ba88eaf87e15e6f3c729e5c7f8e875d5f86d8d
Ensure Firefox always updates the grid scrollbar (#19802)

When the scrollbar is scrolled a bit down and the number of items
in the grid is reduced so that no scrollbar is needed anymore, it seems
that Firefox refuses to send a scroll event even though the scroll position
is updated before the scrollbar is hidden.

Change-Id: I626536a9efd036bc826b1e6be3363332a56774f6
client/src/main/java/com/vaadin/client/widget/escalator/ScrollbarBundle.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridApplyFilterWhenScrolledDown.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridApplyFilterWhenScrolledDownTest.java [new file with mode: 0644]