Summary: | Regression: Renaming a file/folder to something that contains a "/" will result in several message boxes | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jan <medhefgo> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmanuelpescosta099, markg85 |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/fb190faac5bd0ca42eb0f437703f9f8fc407d334 | Version Fixed In: | 4.9.5 |
Sentry Crash Report: |
Description
Jan
2012-10-18 12:04:41 UTC
(In reply to comment #0) > Expected Results: > Slashes be replaced with "⁄" on file renames to be consistent with behavior > of creating new files with slashes in their name. I'm not quite sure if i would expect the same. I would either expect a file to be names as you type it, even if you put a slash in the name. Or it would work as a rename action/ so typing the name "test/file" will put the current file in the folder test with the name "file". A third option i would be in favor of is just forbid the usage of "/" in new file names or renames. It is a directory separator and you really should not want to use that inside a filename. Review-Request: https://git.reviewboard.kde.org/r/107681/ Git commit fb190faac5bd0ca42eb0f437703f9f8fc407d334 by Emmanuel Pescosta. Committed on 12/12/2012 at 22:57. Pushed by emmanuelp into branch 'KDE/4.9'. Fix Bug 240820 - [Usability Bug] Handling Bad Filenames, dolphin gives unclear error message Fix Bug 308597 - Regression: Renaming a file/folder to something that contains a "/" will result in several message boxes Uses the same solution as Dolphin-Rename-Dialog does. (KIO::encodeFileName) Related: bug 240820 REVIEW: 107681 FIXED-IN: 4.9.5 M +3 -2 dolphin/src/kitemviews/private/kitemlistroleeditor.cpp http://commits.kde.org/kde-baseapps/fb190faac5bd0ca42eb0f437703f9f8fc407d334 |