]> source.dussan.org Git - vaadin-framework.git/commit
Use requestAnimationFrame when scrolling in Grid (#20294)
authorArtur Signell <artur@vaadin.com>
Sun, 18 Sep 2016 20:00:58 +0000 (23:00 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 20 Sep 2016 07:14:22 +0000 (07:14 +0000)
commita2d6e4fb4b1fd13e9a1b88f2ab1b78d14d8b64a9
tree9f8de3385b06fe0162183e22774ea252a04f5b8e
parent6033e13c20b3d6e8b6f5add0f786d5ab2e1bb3fe
Use requestAnimationFrame when scrolling in Grid (#20294)

Chrome no longer (since version 5x) always fire deferred commands
immediately during scrolling but can delay them with several hundred
milliseconds, making grid really unresponsive.

So far, nobody has been able to provide a reliable test case.

Change-Id: Ide80aef2d661c9e27b67c8e62e85734af7a38cab
client/src/main/java/com/vaadin/client/widget/escalator/ScrollbarBundle.java