Summary: | results of cancelling a move files operation is gui counter-intuitive - make cancel == undo | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Charles Phoenix <phoenixreads> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | finex, peter.penz19 |
Priority: | NOR | ||
Version: | 3.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Charles Phoenix
2004-10-18 11:30:44 UTC
I disagree, the meaning of cancel is really "abort as soon as possible". All applications I know (and especially file managers) work this way. We offer "undo" already (Ctrl+Z), for undoing a copy or move operation. I haven't tested it much with the case of cancelling a move operation midway though... > I disagree, the meaning of cancel is really "abort as soon as possible". Then the text should be changed from "cancel" to "abort". > All applications I know (and especially file managers) work this way. That is certainly no reason to say that KDE cannot do better. This is a problem with other file managers, true. That does not mean that it has to be a problem with KDE. When the user chooses cancel, all the operations that were done up until the failure point should be undone. Canceled operations should not leave work half done. This bug should be considered in KDE 4 either. "Cancel" _means_ "Abort". If you start burning a CD and press Cancel, you won't get a blank CD back ;) But well, the naming is probably a question for the usability folk, if one wanted to move this further. But from a technical point of view, because undo'ing has its own set of problems, I don't think it would safe to always undo. E.g. you start moving your kde sources somewhere else, and after 15 minutes your plane is about to board and you have to shut down immediately. You press cancel - no such luck, the undo'ing will take another 15 minutes... :-) Cancel is really "abort now", in all known uses of cancel. Even if you end up with a half-done operation. |