Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0
-
None
-
ipad(18.3.2)
Description
Touching and Dragging the blue square can cause the QML application to freeze.
Item { width: 200; height: 200 DropArea { x: 75; y: 75 width: 50; height: 50 Rectangle { anchors.fill: parent color: "green" visible: parent.containsDrag } } Rectangle { x: 10; y: 10 width: 20; height: 20 color: "blue" Drag.active: dragArea.drag.active Drag.hotSpot.x: 10 Drag.hotSpot.y: 10 Drag.dragType:Drag.Automatic MouseArea { id: dragArea anchors.fill: parent drag.target: parent } } }
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-134924 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
632188,2 | iOS: avoid deadlocking after update request | dev | qt/qtbase | Status: NEW | -2 | 0 |