Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.15.2
-
Ubuntu 18.04, macOS 10.14
Description
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") } }