Issue 108637

Summary: sfx2: Selecting "save in ODF" after save warn dialog returns users to different directory than previously selected
Product: General Reporter: caolanm
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: carsten.driesner, issues, mikhail.voytenko
Version: DEV300m70   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 90439    
Attachments:
Description Flags
how about this none

Description caolanm 2010-01-25 09:20:13 UTC
1. Launch writer
2. File->save as
3. navigate the file picker to a "far" directory, for example
/home/user/documents/bugtest/
4. enter filename test.doc 
5. use file type Microsoft Word .doc
6. click 'Save'
7. click 'Save in ODF Format'

Actual results:
Save file dialog returns with file type set ODF Text Document (.odt). File name
remains as 'test', but the directory the fpicker opens in the original default
of '/home/user' instead of the dir '/home/user/documents/bugtest/' which was
navigated to.

Expected results:
Save file dialog re-opens in '/home/user/documents/bugtest/' where it was when
save was clicked.
Comment 1 caolanm 2010-01-25 09:21:07 UTC
Created attachment 67392 [details]
how about this
Comment 2 mikhail.voytenko 2010-05-20 12:17:52 UTC
The problem of the patch, is that it workarounds the problem instead of solving
it. Actually the FilePicker is expected to remember the location, this is
exactly the reason why aSuggestedDir is set to empty string.

mav->cd: Could you please take a look.
Comment 3 Marcus 2017-05-20 11:33:22 UTC
Reset assigne to the default "issues@openoffice.apache.org".