https://bugs.kde.org/show_bug.cgi?id=452181
Felix Ernst <fe.a.er...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/2de8f4c0f | |b2141f68400327a4f87eefa71d8 | |1e3c Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Felix Ernst <fe.a.er...@gmail.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.