-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window cannot be dragged when using touch screen #12257
Labels
Comments
Jantoni1
pushed a commit
to Jantoni1/framework
that referenced
this issue
Mar 29, 2021
added check for touch move event in order to allow the same flow for both mouse and touch events window drag
Closed
Jantoni1
added a commit
to Jantoni1/framework
that referenced
this issue
Mar 29, 2021
…ame flow for both mouse and touch events window drag
This is trivial to reproduce on demo.vaadin.com/sampler using Windows 10 2-in-1 device. |
Ansku
pushed a commit
to Ansku/framework
that referenced
this issue
Mar 30, 2021
- 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 vaadin#12257
OlliTietavainenVaadin
pushed a commit
that referenced
this issue
Mar 31, 2021
- 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 <[email protected]>
Ansku
added a commit
that referenced
this issue
Apr 13, 2021
- 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 <[email protected]>
OlliTietavainenVaadin
pushed a commit
that referenced
this issue
Apr 13, 2021
* 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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: