Summary: | Entering full path to "Save File"/"Save as" only enters directory and does not save file. | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Gavin Pryke <gavinlee303> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, danielm, kde-bugzilla, kpn.nl.rs, psychonaut, samjnaa, tony |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Description
Gavin Pryke
2009-01-10 03:45:05 UTC
Here using: Qt: 4.4.3 + qt-copy-patches-889120 KDE: 4.2.60 (KDE 4.2.60 (KDE 4.3 >= 20090106)) kdelibs svn rev. 908156 / kdebase svn rev. 908156 on ArchLinux x86_64 - Kernel 2.6.27.10 I can confirm this bug. *** Bug 183056 has been marked as a duplicate of this bug. *** This appears to be a regression, as outlined in bug 183056. Please also add "Save as" in the bug title, if possible (I have not found the bug until I tried filing a new one). *** Bug 190666 has been marked as a duplicate of this bug. *** *** Bug 184896 has been marked as a duplicate of this bug. *** *** Bug 193343 has been marked as a duplicate of this bug. *** Created attachment 33876 [details]
Proposed patch
The current code splits the absolute path, goes to the "folder" path and leave the "filename" part in the textline. However this is based on a KIO statjob result, and as if you enter a non-existant name (when creating a new file by saving it) it will fail, it wasn't accepting the file name properly.
This patch allows to check for the Saving mode and do the same even when the entered absolute path doesn't exist.
SVN commit 970821 by darioandres: Backport to 4.2branch: Allow the file dialog to save a file using the absolute path on the location text edit. Review by dfaure BUG: 180208 M +24 -9 kfilewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=970821 Also fixed in 4.3trunk by http://websvn.kde.org/?view=rev&revision=970820 |