Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.2, 5.12.3
-
Dell XPS 15 9560
Microsoft Windows 10 Pro
-
-
42e403a51da3539cc5062fde13884678dba55b5a (qt/qtdeclarative/5.12)
Description
With the example code:
Item {
anchors.fill: parent
DragHandler {}
Button {
anchors.centerIn: parent
text: "Test %1".arg(pressed)
}
}
Press the button and then drag with the mouse out of the button area and release the mouse. Button remains pressed.
Interestingly, the problem only occurs with the mouse. On the touch screen the button works correctly.
Attachments
Issue Links
- relates to
-
QTBUG-71218 DragHandler in a Controls 2 Button: button stays in pressed state after drag begins
- Closed
-
QTBUG-77624 MouseArea / Button stop working after grabbing by DragHandler
- Closed