Version: unspecified (using KDE 4.5.4) OS: Linux Dolphin deletes an additional file instead of only the marked file. This happens only in detailed view if the confirmation dialog is disabled, deletion is issued via shift+del and shif+del is not released immediately. Reproducible: Always Steps to Reproduce: First disable the confirmation dialog at Settings -> Configure Dolphin -> General -> Delete files or folders. Change into a folder with files not dear to you or touch some into life. :) Switch to Details view. Mark a file, press shift+del and keep it pressed. Actual Results: The marked file and a file next to it is deleted. Normally it is the file on top, but if you delete the file at the top, the file below is hit. Expected Results: Only the marked file is deleted. OS: Linux (x86_64) release 2.6.35-23-generic Compiler: cc This happens also in Konqueror and was confirmed by somebody running trunk. I would say it is a major bug, since it can cause unexpected data loss. However you have to make move some hurdles away before it happens.
SVN commit 1206734 by ppenz: Fix issue that 2 files get deleted in the details-view instead of 1 when Shift+DEL is pressed for a longer time (and the confirmation dialog has been turned off). BUG: 259656 FIXED-IN: 4.6.0 M +8 -11 dolphintreeview.cpp M +1 -1 dolphintreeview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1206734