Summary: | Contiguous vs. single selection and sorting | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Holger <private_lock> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | erike4141 |
Priority: | NOR | ||
Version: | 4.12.4 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/a637e4979f109dde4165274a72384bfcb2ff5bc3 | Version Fixed In: | 4.13.1 |
Sentry Crash Report: | |||
Attachments: | expected versus actual result |
Description
Holger
2014-04-15 10:46:02 UTC
Created attachment 86111 [details]
expected versus actual result
Thanks for the bug report! I can confirm the problem. A proposed fix is at https://git.reviewboard.kde.org/r/117603/ Git commit a637e4979f109dde4165274a72384bfcb2ff5bc3 by Frank Reininghaus. Committed on 26/04/2014 at 10:29. Pushed by freininghaus into branch 'KDE/4.13'. Do not change the selection when re-sorting the view If a range of items has been selected by Shift-clicking or by pressing Shift+Arrow, then each of them is added individually to the selection before the items are re-sorted. Before this commit, the first and the last item in the range were moved, and all items between them were selected, even though these were not necessarily the items which had been selected before the re-sorting. REVIEW: 117603 FIXED-IN: 4.13.1 M +7 -4 dolphin/src/kitemviews/kitemlistselectionmanager.cpp M +26 -0 dolphin/src/tests/kitemlistselectionmanagertest.cpp http://commits.kde.org/kde-baseapps/a637e4979f109dde4165274a72384bfcb2ff5bc3 Thank you! *** Bug 336383 has been marked as a duplicate of this bug. *** |