]> source.dussan.org Git - vaadin-framework.git/commit
When a Grid gets scroll-locked, cancel the scrollInProgress handler. (#12116)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Mon, 12 Oct 2020 11:42:40 +0000 (14:42 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 11:42:40 +0000 (14:42 +0300)
commitb817d61d6ab3f22057a85018a68701cb9ed5473f
tree057a8ea42b18900b1c85fa5a062194944a97c364
parent2c8aa65c72d424c60da57ddb39e09a8cc3b6269a
When a Grid gets scroll-locked, cancel the scrollInProgress handler. (#12116)

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