Issue 68169 - Changing Directories in Save As Dialog Loses Filename
Summary: Changing Directories in Save As Dialog Loses Filename
Status: CONFIRMED
Alias: None
Product: kde
Classification: Code
Component: code (show other issues)
Version: OOo 2.0.3
Hardware: All Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact: issues@kde
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 18:06 UTC by guila
Modified: 2013-07-29 17:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description guila 2006-08-04 18:06:58 UTC
If you open a document with OpenOffice, and then click on "Save As" which
opens with a native KDE file browser, changing directories wipes out the
filename.  This is a very annoying bug.  I have researched a bit, and it looks
like this is the default behaviour for load dialogs inside of KDE.

   Please see KFileDialog::setKeepLocation( bool keep )

   Thanks,

   AJ
Comment 1 guila 2006-08-04 20:00:04 UTC
I have adjusted the source to include setKeepLocation(), and am compiling.  I
will post a patch if it works.

AJ