Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.3.0 Beta1
-
None
-
-
2e4f62332b (qt/qtbase/6.3) 2e4f62332b (qt/tqtc-qtbase/6.3) 2e4f62332b (qt/tqtc-qtbase/6.3.0)
-
2022wk10FOAndroid&Automotive
Description
The FileDialog opens on Android, but when you select a file and accept, the resulting fileDialog.currentFile is empty.
Eg: this snippet:
FileDialog {
id: fileDialog
title: "Please choose a file"
onAccepted: {
console.log(fileDialog.currentFile)
}
}
Comes out as
D qml : :
Needs to be confirmed but seems the bug was introduced with this patch:
https://codereview.qt-project.org/c/qt/qtdeclarative/+/381801
Attachments
Issue Links
- relates to
-
QTBUG-87393 tst_QFileDialog2 has failing tests for Android
-
- Reported
-