Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.0
-
None
-
Windows 10 laptop with touchscreen
-
-
850858cce6191593aaab3176932bc04a6f97f202 (qt/qtbase/5.12)
Description
After dragging a QML item via a desktop touchscreen, the next time you touch the screen the app crashes.
Steps to reproduce:
- Use the attached Qt Creator project, with the "Desktop Qt 5.12.0 MSVC2017 64bit" kit. This project is just the "Qt Quick Empty Project" project template, with no modifications except for inserting this in main.qml:
Rectangle { width: 20 height: 20 color: "#ff0000" Drag.active: mouseArea.drag.active Drag.dragType: Drag.Automatic MouseArea { id: mouseArea anchors.fill: parent drag.target: parent } }
- Drag the red square a few times with your finger.
Result:
Access violation on 0x0000000000000084.
Attachments
Issue Links
- resulted from
-
QTBUG-60437 add full-featured Windows Ink support: generate QTabletEvents
- Closed
For Gerrit Dashboard: QTBUG-73120 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
251155,3 | Windows QPA: handle pointer messages received during a drag and drop | 5.12 | qt/qtbase | Status: MERGED | +2 | 0 |