Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.8.2, 4.8.3
-
None
-
MAC,OSX,COCOA,Mountain Lion
Description
if getSaveFileDialog is called with proposed/default directory location it never opens the proposed directory rather always opens last visited directory.
This behavior is limited to OSX 10.8.2
This can be easily reproduced with following code:
QString fileName = QFileDialog::getSaveFileName(0, QString("Save File"),
"/usr/local/Trolltech/4.8.2-Test.png",
QString("Images (*.png *.xpm *.jpg)"));
Attachments
Issue Links
- replaces
-
QTBUG-34393 QFileDialog::getOpenFileName ignores the dir parameter on Mac
- Closed