]> source.dussan.org Git - vaadin-framework.git/commit
When a Grid gets scroll-locked, cancel the scrollInProgress handler. (#12116) (#12127)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 20 Oct 2020 10:54:42 +0000 (13:54 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 10:54:42 +0000 (13:54 +0300)
commitc490883da61d317cdf1364da5c313c3ca63edcea
tree8639d9c475ed10735e5ab4d6259938875fb3f738
parentda71d83f94295856c7f8d66aa6debc209d5318d4
When a Grid gets scroll-locked, cancel the scrollInProgress handler. (#12116) (#12127)

Otherwise opening a Grid editor can cause ApplicationConnection to get
stuck in 'active' state even if no actual scroll position processing is
ongoing, which in turn causes TestBench delays when it tries to wait
until ApplicationConnection indicates that everything necessary has been
processed.
client/src/main/java/com/vaadin/client/widget/escalator/ScrollbarBundle.java