------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=52980 dang@kde.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dang@kde.org ------- Additional Comments From dang@kde.org 2003-05-31 15:04 ------- If you are using KDE 3.0 or 3.1, this is not a KOffice bug - it is a KOffice feature :) If you are using KDE 3.2 CVS, this is not a KOffice bug - it is a KFileDialog feature :) The idea is that if the user has specified an extension then they really want that extension - not something that KFileDialog or KoMainWindow wants to add. This is a fairly sensible behaviour, unless you use dots in your filenames. The problem is that if this behaviour was removed, what should happen in the following cases: 1. "blah.rtf": should an extension be automatically appended so that you get "blah.rtf.rtf"? 2. "blah.htm": same as above (should it be "blah.htm.html"?) or did the user really want "blah.html" or "blah.htm"? 3. "blah.rtf" when you've selected "KWord Document" as the filter: "blah.rtf" or "blah.rtf.kwd"