Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.15.2, 6.1.0
-
None
-
17c1ebf8bfd254ff75cc55e335d1c1fb01da547f (qt/qtbase/dev) cc02da23a849315aa777ac4464b34caa4f4d0e7a (qt/qtbase/6.1) 1a6d5521766baf0e05688a028643df0f8695c1ff (qt/tqtc-qtbase/5.15)
Description
In an item view with MultiSelection and drag enabled, a double click + move on an item used to first select the item, and then start the drag. This is expected behavior.
After the fix for QTBUG-77771 this is no longer the case: the move following the second press now expands the selection instead. The pressedIndex is reset by the change, so the drag'n'drop logic won't start the drag.
Attachments
Issue Links
- relates to
-
QTBUG-59888 UX Issue: Drag & Drop does not work well with MultiSelection/ExtendedSelection
- Closed
- resulted from
-
QTBUG-77771 A Double click on QtreeView/QTreeWidget index is emitting two clicked() and one doubleClicked() signal
- Closed