]> source.dussan.org Git - vaadin-framework.git/commit
Fix Window dragging on touch screen. (#12260)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 31 Mar 2021 05:34:29 +0000 (08:34 +0300)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 05:34:29 +0000 (08:34 +0300)
commite30226a19564c6ee77064e5178a7665554d57466
tree1c7da6bddd8d7f678b104e5084b539a5348af562
parentfe37cc443d2268d813aadfa09d0f2f881d5c464c
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