]> source.dussan.org Git - vaadin-framework.git/commit
Fix Window dragging on touch screen. (#12260) (#12264)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 13 Apr 2021 13:24:21 +0000 (16:24 +0300)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 13:24:21 +0000 (16:24 +0300)
commite8c78e60a0441b7ca0520bd065888e991e782a55
treea32dc7aa9e1d2817200320acb27be36669087ec9
parent8c5e36b982d30c3881f149cffbed60c92e10249a
Fix Window dragging on touch screen. (#12260) (#12264)

* Fix Window dragging on touch screen. (#12260)

- Added check for touch move event in order to allow the same flow for
both mouse and touch events when dragging a Window by its header.
- Can be tested with SubwindowDraggability class.

Fixes #12257

Co-authored-by: Jakub Antoniak <j.antoniak8@gmail.com>
client/src/main/java/com/vaadin/client/ui/VWindow.java