-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2
-
Ubuntu 18.04, macOS 10.14
When running on webgl, the characters in the file dialog are not shown properly.
Here's the sample code and the project is also attached.
FileDialog {
id: fileDialog
title: "Please choose a file"
visible: true
onAccepted: {
console.log("You choose: " + fileDialog.fileUrls)
}
onRejected: {
console.log("Canceled")
}
}