To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103566 Issue #|103566 Summary|In Vista export file pickers the last chosen path is i |gnored Component|framework Version|DEV300m50 Platform|PC URL| OS/Version|Windows Vista Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|cd Reported by|hennerdrewes
------- Additional comments from [email protected] Wed Jul 15 11:51:46 +0000 2009 ------- When invoking the export file dialogs in Vista, the last chosen paths are ignored and the file picker always displays its default path. I think the reason is: The file picker is set to the document file name (or untitledX.od? if the document is not saved). Because we have a file name, IFileDialog::SetFolder() is called. Maybe we could fix it by: - checking the requested path and filename. If the file exists (as e.g. in Save As), proceed to SetFolder(), if not ignore the path. - If I remember correctly, the file name property is always set to the document name. In PDF export the file name might be set to file.odt. Setting the default extension to .pdf causes the file picker to display file.pdf. Therefore we have to change the extension of our stored filename to .pdf prior to checking if the file exists. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
