Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.6.0
-
None
Description
The attached program binds the MouseArea.drag.active property to the Drag.active property of a QQuickItem; however, while the first property changes, the second never does:
Drag.active: mouseArea.drag.active Drag.dragType: Drag.None Drag.onActiveChanged: { console.log("Active changed.." + Drag.active) Drag.startDrag() } ... MouseArea { id: mouseArea ... drag.onActiveChanged: { console.log("mouse area Drag prop became active.." + drag.active) }
The "Active changed.." message is never printed.
Attachments
Issue Links
- resulted from
-
QTBUG-27498 support external drag & drop in Qt Quick
-
- Closed
-