Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
None
-
-
d09855ae7 (dev), 2328320ab (6.5)
Description
Calling QFileDialog::saveFileContent() does not work correctly on Chrome even for a simple text file. It does prompt using a native file save dialog but once selected the target file is only created with zero bytes content.
It does seem to work on Firefox and Safari though.
I am using the multi threading version of WASM on Qt 6.5.0 running on macOS 13.2.1 and the latest Chrome browser.