Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.0 Beta 4
-
None
-
Windows 10, MSVC17
-
-
8e8c11f4f3d5ccb8b1a9042d363e4d1639797df3 (qt/qtbase/5.12.0)
Description
When using Qt 5.12 on Windows, with a touchscreen. MouseArea and MultiPointTouchArea don't behave as expected:
- onPressedChanged on MouseArea only reports events true/false on touch up together.
- onPressed/onReleased only reports events pressed/released on touch up together.
I have compared tested on previous version of Qt 5.11.2 and it is working as expected. I have attached an example.
Didn't test on other platforms. Only Windows.