Summary: | When deleting/moving multiple files from a folder with a lot of files, the view goes down the list of files in function of the number of files deleted/moved. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | mariopr25 |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | emmanuelpescosta099, mariopr25 |
Priority: | NOR | ||
Version First Reported In: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/14e5ba5bfa7cd11f22134f178bb261c56f927eee | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
mariopr25
2012-08-22 17:47:27 UTC
An correction: When I said: " I think that the view shows as first file the file number x before deleted the selected files and, after do it, it tries to show the new file number x in the actual list of files when it should show the file number x-y. where y is the number of files deleted/moved that are in the range [0-x] ." the valor of y should be: the number of files deleted/moved that are in the range [0-x] plus the number of the files deleted/moved at the begin of the view Thanks for the bug report! I can confirm this issue. Resetting assignee to default as per bug #305719 Please test this patch: https://git.reviewboard.kde.org/r/108356/ Thanks :) Git commit 14e5ba5bfa7cd11f22134f178bb261c56f927eee by Emmanuel Pescosta. Committed on 14/01/2013 at 20:01. Pushed by emmanuelp into branch 'KDE/4.10'. Select right item as current item (first item after the deletion) after deleting files REVIEW: 108356 FIXED-IN: 4.10 M +23 -19 dolphin/src/kitemviews/kitemlistselectionmanager.cpp M +6 -1 dolphin/src/kitemviews/kitemlistselectionmanager.h M +1 -1 dolphin/src/tests/kitemlistselectionmanagertest.cpp http://commits.kde.org/kde-baseapps/14e5ba5bfa7cd11f22134f178bb261c56f927eee |