Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.3, 6.2.4, 6.10.0
-
None
-
QGIS 3.43 linked against Qt 5.15.3 running on Ubuntu Linux 22.04.5 LTS.
Also Qt Widgets Designer for Qt 6.10.0 running on the same.
Description
When a filename containing quotation marks is specified in a file selector the file name returned is not the one that was entered. For example, entering this:
/path/to/file with "quoted text" in name
results in the following being returned:
/path/to/quoted text
I encountered the issue when creating a new file; in other words, the file name provided did not yet exist.
This same issue was reported earlier but was closed because it was reported for Qt 4, not Qt 5 or 6: QTBUG-10518