]> source.dussan.org Git - vaadin-framework.git/commit
Fixes exception when scrolled down and removing header/footer row (#15411)
authorHenrik Paul <henrik@vaadin.com>
Fri, 16 Jan 2015 11:05:21 +0000 (13:05 +0200)
committerJohannes Dahlström <johannesd@vaadin.com>
Mon, 19 Jan 2015 10:01:13 +0000 (10:01 +0000)
commit94ea98c409a0105794c9fa01d6c3c251f96ac21d
tree9461cd2b51efc4b714d7d7aeccdb540aca9d93b6
parent5db3ef4cc1c1b01d27b657ba80c431c07064ab39
Fixes exception when scrolled down and removing header/footer row (#15411)

This is somewhat bad patch for something that should be done with a some kind
of lazy/finally functionality, where these kinds of operations are made JIT,
instead of eagerly whenever called.

Change-Id: I9121c3715e9eeccff0f768c7b0f0904ee9cdc3a5
client/src/com/vaadin/client/widgets/Escalator.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/escalator/EscalatorScrollTest.java
uitest/src/com/vaadin/tests/widgetset/client/grid/EscalatorBasicClientFeaturesWidget.java