Bug 424152 - All icons on desktop remain selected after I click on any of them
Summary: All icons on desktop remain selected after I click on any of them
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Folder (show other bugs)
Version: 5.22.90
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-13 12:42 UTC by Patrick Silva
Modified: 2021-10-14 23:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.23


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2020-07-13 12:42:55 UTC
SUMMARY
Reproducible on both neon unstable and Arch Linux.

STEPS TO REPRODUCE
1. set Plasma layout to Folder view
2. add two or more icons to desktop
3. select all icons on desktop
4. click on any of the selected icons

OBSERVED RESULT
all icons remain selected

EXPECTED RESULT
only the icon clicked in the last step should be selected

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.19.80
KDE Frameworks Version: 5.73.0
Qt Version: 5.14.2
Comment 1 Nate Graham 2020-07-13 19:22:40 UTC
Confirmed.
Comment 2 Nate Graham 2020-07-29 21:54:22 UTC
Heh there's even a TODO right in the code where it needs to be fixed.
Comment 3 Bug Janitor Service 2021-10-05 16:05:21 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/591
Comment 4 Nate Graham 2021-10-06 14:24:49 UTC
Git commit 915aa97aa8960e6326f0b67ee929a2c983533b56 by Nate Graham, on behalf of Bharadwaj Raju.
Committed on 06/10/2021 at 13:56.
Pushed by ngraham into branch 'master'.

Make clicking one item when multiple are selected deselect everything else

This is handled in onReleased so as to distinguish between a drag and
click.

M  +13   -6    containments/desktop/package/contents/ui/FolderView.qml

https://invent.kde.org/plasma/plasma-desktop/commit/915aa97aa8960e6326f0b67ee929a2c983533b56
Comment 5 Nate Graham 2021-10-06 14:25:51 UTC
Git commit c219b8f8b89e6d394473fe41b233215b0a17959b by Nate Graham, on behalf of Bharadwaj Raju.
Committed on 06/10/2021 at 14:25.
Pushed by ngraham into branch 'Plasma/5.23'.

Make clicking one item when multiple are selected deselect everything else

This is handled in onReleased so as to distinguish between a drag and
click.


(cherry picked from commit 915aa97aa8960e6326f0b67ee929a2c983533b56)

M  +13   -6    containments/desktop/package/contents/ui/FolderView.qml

https://invent.kde.org/plasma/plasma-desktop/commit/c219b8f8b89e6d394473fe41b233215b0a17959b