Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.2
Description
FileDialog {
id: fileDialog
title: "Please choose a file"
onCurrentFolderChanged:
}
It seems like on Debian currentFolder value is not being considered and given content of the given path is not showing. Above code snippet used to work with Qt6.5.2 . i.e. if user is trying to navigate to other folder it will not let it do and always reset to D:\ and contents of D is listed.
On Ubuntu and Mac and Windows this behaves differently as well.
Attached is full example and some screen recording.