Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.1
-
None
Description
See QTBUG-9568. Issues 3 and 4 remain.
Seems the crashes are related to line 7 in common/dragndrop/DragAndDropArea.qml:
onDestroyed: DropSupport.removeDropTarget(dragAndDropArea);
Commenting it out prevents both crashes.