Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.4
-
None
-
de862d197b (qt/qtdeclarative/dev) abc51597ae (qt/qtdeclarative/6.3) de862d197b (qt/tqtc-qtdeclarative/dev) abc51597ae (qt/tqtc-qtdeclarative/6.3)
Description
The QQuickFolderDialogImplAttachedPrivate is updating the selected folder both when changing the directory, and in response to folderDialogListViewCurrentIndexChanged, but for the latter it pulls out the selected folder from the QQuickFileDialogDelegate, which is asynchronously updated and at that point not reflecting the actual state of the dialog. in turn, the QQuickFolderDialogImplAttached's selectedFolder gets overwritten from what was set in updateSelectedFolder
Attachments
Issue Links
- relates to
-
QTBUG-101488 tst_QQuickFileDialogImpl is flaky
- In Progress