Summary: | singleclick-mode multi-select w/ Ctrl+Left Click is broken | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Andreas Sturmlechner <asturm> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | felixernst, kfm-devel, nate, phyllon, postix |
Priority: | NOR | ||
Version: | 22.03.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://invent.kde.org/system/dolphin/-/merge_requests/278 | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/2de8f4c0fb2141f68400327a4f87eefa71d81e3c | Version Fixed In: | |
Sentry Crash Report: |
Description
Andreas Sturmlechner
2022-04-02 14:40:35 UTC
Hmm, I cant reproduce. Ctrl multi selection in dolphin in single click mode works as expected. Operating System: Arch Linux KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 Kernel Version: 5.17.1-zen1-1-zen (64-bit) Graphics Platform: Wayland Processors: 12 × Intel® Core™ i7-8750H CPU @ 2.20GHz Memory: 31.1 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 630 I have created a merge request that fixes this bug, if I am understanding it correctly: https://invent.kde.org/system/dolphin/-/merge_requests/369 (Weird that this bug report wasn't notified automatically just by me mentioning it in the commit message like usual.) (In reply to Felix Ernst from comment #2) > (Weird that this bug report wasn't notified automatically just by me > mentioning it in the commit message like usual.) That didn't work for me in the last few bugs either. Can confirm that. Probably worth a ping to sysadmins or Harald directly, as IIRC he's the one who implemented it. Git commit 2de8f4c0fb2141f68400327a4f87eefa71d81e3c by Felix Ernst. Committed on 04/04/2022 at 12:39. Pushed by felixernst into branch 'release/22.04'. Improve details mode ctrl-press rubberband creation Since d3839617193e92463806580699caa595c892b8a6 dragging the highlighted row of already selected items in the details view mode will begin a drag operation of all selected items. As a unintended side-effect of this change, dragging the row of a previously unselected item while holding the control key would also begin a drag operation. After this commit, dragging the row of a previously unselected item while holding the control key in details view mode will instead create a rubberband. Ctrl-dragging the item's icon or text directly will drag the item as expected. With this change, using multiple rubberbands to select scattered items among a list of items should be as convenient as it was previously. M +14 -3 src/kitemviews/kitemlistcontroller.cpp https://invent.kde.org/system/dolphin/commit/2de8f4c0fb2141f68400327a4f87eefa71d81e3c |