Summary: | Pressing Delete while editing a filename in Folder View deletes file | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Georg Wittenburg <georg.wittenburg> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Georg Wittenburg
2009-01-06 15:57:40 UTC
SVN commit 906681 by aseigo: don't delete files when editting is going on; the root problem appears to be focus vs action issues in QGraphicsScene/View, but at least this prevents destructive behaviour (though Delete still doesn't work and won't until the focus issues are fixed in Qt) BUG:179806 M +7 -0 folderview.cpp M +7 -0 iconview.cpp M +1 -0 iconview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=906681 Thanks, Aaron! |