Review Request 120127: Don't show overwrite dialog if file name is empty

Ignaz Forster prefix_kde at digitalimagecorp.de
Fri Sep 12 09:09:40 BST 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120127/
-----------------------------------------------------------

(Updated Sept. 12, 2014, 8:09 vorm.)


Review request for kdelibs.


Repository: kdelibs


Description (updated)
-------

Programs using KFileDialog's setConfirmOverwrite(true) (e.g. LibreOffice with KDE4 integration, Mozilla products with KDE4 integration, several components of the PIM suite) will trigger the following strange behaviour:
If the file name in the save file dialog is empty and the user selects "Save", the dialog will ask if you want to overwrite the current directory (instead of just ignoring the empty input).

By moving the query below the directory checks the order is correct again, showing the overwrite confirmation dialog only if the field contains a unique filename.

Looking at the code this also affects Frameworks 5 / kio, though I haven't tested it yet.


Diffs
-----

  kfile/kfilewidget.cpp fc9b169 

Diff: https://git.reviewboard.kde.org/r/120127/diff/


Testing
-------


Thanks,

Ignaz Forster

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20140912/78ef948d/attachment.htm>


More information about the kde-core-devel mailing list