Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.0 Beta 2
-
None
-
Linux
-
42e403a51da3539cc5062fde13884678dba55b5a (qt/qtdeclarative/5.12)
Description
Discovered while rechecking QTBUG-63395.
import QtQuick 2.12 import QtQuick.Controls 2.2 ApplicationWindow { visible: true width: 200; height: 200 Button { width: 100; height: 50 text: "Drag me" onClicked: console.log("clicked") DragHandler { } } }
Attachments
Issue Links
- relates to
-
QTBUG-63395 DragHandler in a Controls 2 Button: can't click the button
- Closed
-
QTBUG-75025 Button remains pressed if the DragHandler is under it
- Closed
-
QTBUG-64491 need to be able to add PointerHandlers to conventional event-handling Items
- Reported
For Gerrit Dashboard: QTBUG-71218 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
267117,3 | Notify QQItem::mouseUngrabEvent() when an Event Handler steals grab | 5.12 | qt/qtdeclarative | Status: MERGED | +2 | 0 |