Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.1, 6.2.2, 6.2.3
-
-
b81e27e652 (qt/qtdeclarative/dev) 5174504fd7 (qt/qtdeclarative/6.3) 33ad379056 (qt/qtdeclarative/6.2)
Description
Update on 8th of Feb 2022, the Drag&drop example (the reproducer) itself has been fixed in https://bugreports.qt.io/browse/QTBUG-99436. So, "older" version of the example needs to be used to reproduce the actual issue.
The QML item position does not follow the layout after drag'n drop.
This problem can be reproduced using the "draganddrop" QML example that comes with Qt. It works fine with Qt 6.2.0, but it's broken with Qt 6.2.1 and Qt 6.2.2.
1) With Qt 6.2.0: you can see below that after drag'n drop, the tiles are following the layout present in the QML view, which is the expected behavior
2) With Qt 6.2.1: you can see below that after drag'n drop, the tiles does NOT follow the layout, which is NOT expected.
I did my tests in MacOS, but it might happen in other platforms too.
Attachments
Issue Links
- duplicates
-
QTBUG-101069 Quick: Drap & Drop reorder on List- or GridView causes random item displacement / render error
- Closed
- relates to
-
QTBUG-99436 Quick Drag and Drop Tiles example broken in Qt 6
- Closed