Summary: | Konqueror does not properly refresh the source panel of a drag'n'drop operation if this operation is interrupted before its end. | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | ombreleau |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cimmino.marco, etix, faure |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ombreleau
2005-12-18 20:46:21 UTC
The second bug, which can lead to data loss when triggereed together with this one, is now registered in this bugzilla as #118594. *** Bug 128739 has been marked as a duplicate of this bug. *** Reproduced (using the steps detailed at http://bugs.kde.org/show_bug.cgi?id=118594#c3 ) and fixed. SVN commit 917170 by dfaure: Emit the correct FilesRemoved signal if the job was aborted in the middle of its operation, otherwise it can result in confusion and data loss (overwriting files with files that don't exist). BUG: 118593 (this fix will be in 4.2.1) M +27 -24 copyjob.cpp M +1 -0 copyjob.h WebSVN link: http://websvn.kde.org/?view=rev&revision=917170 SVN commit 944994 by dfaure: Don't make the source dir "disappear" (visually, it was still there on disk) if there was an error while removing one of its subdir (e.g. wrong encoding). This fix will be in 4.2.2 (just in time). BUG: 187868 This is a more refined version of the fix for #118593 (retested, still works). CCBUG: 118593 M +4 -4 copyjob.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=944994 *** Bug 183628 has been marked as a duplicate of this bug. *** |