Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.8.5, 5.3.0 Beta1, 5.12, 5.15
-
None
-
OS X 10.8.5, 10.9.2
-
-
5d9d3ff3269f92366b022e17485fa4dd98f5ba95 (qt/qtbase/5.15)
Description
When using QFileDialog::getSaveFileName with a filter looking like:
"Archives (*.tar.gz *.zip")"
The native dialog doesn't allow to select the tar.gz files. AFAIK it's a limitation of NSSavePanel that doesn't support double extensions.
Should we workaround that and build the list using only the last extension so in this case "gz" and "zip" and document the behavior ?
Or just update the documentation and explain the limitation on OS X ?
Attachments
Issue Links
- replaces
-
QTBUG-38273 Mac OSX: QFileDialog's name filter not working as expected
- Closed