Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.8.4, 4.8.5
-
a9edbeddafe5d8866192de44f4028d07bd93013a, regression crash fix: a85849604239034742c47d5be628122bae825c9e (14.3.2014, 4.8.6)
Description
In attached .ui file there is a QDockWidget with a QListWidget containing some items. The list widget allows InternalMove.
Once the QDockWidget gets undocked the drag and drop is no longer possible.
This is caused by possible bug in QWidget::childAt() where no the child under the undocked widget is returned instead of the dock widget itself.
Attachments
Issue Links
- resulted in
-
QTBUG-37346 [REG] Crash in QWidgetPrivate::setParent_sys() when nativeParent->d_func()->extra is NULL
- Closed
-
QTBUG-34859 Crash when dragging from a list with QAbstractItemView::InternalMove set loaded by QtUiTools
- Closed