Summary: | Press and hold to enter edit mode is inconsistent across desktop area | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | ratijas <me> |
Component: | Desktop icons & Folder View widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein, nate |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/52151c72e25bba286f860e2eb483a8c642bd9a14 | Version Fixed In: | 5.24.7 |
Sentry Crash Report: |
Description
ratijas
2022-07-21 19:45:38 UTC
Can reproduce. plasma-desktop/containments/desktop/package/contents/ui/FolderItemDelegate.qml:
> MouseArea { anchors.fill: parent } // This MouseArea exists to intercept press and hold;
> // preventing edit mode from being triggered
> // when pressing and holding on an icon
So… uhh… it's kind of intentional?
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1081 Git commit c840409ff2983573ae13f303e3534bbeda263bf9 by ivan tkachenko. Committed on 09/08/2022 at 21:07. Pushed by ratijas into branch 'master'. [desktop/package] Fix inconsistent press-to-enter-edit-mode behavior Just don't intercept mouse events when there is no icon in a folder view delegate. FIXED-IN: 5.24.7, 5.25.5, 5.26 M +6 -3 containments/desktop/package/contents/ui/FolderItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/commit/c840409ff2983573ae13f303e3534bbeda263bf9 Git commit 3e5d3679b809f81952d85fe822a354358fae7164 by ivan tkachenko. Committed on 09/08/2022 at 22:19. Pushed by ratijas into branch 'Plasma/5.25'. [desktop/package] Fix inconsistent press-to-enter-edit-mode behavior Just don't intercept mouse events when there is no icon in a folder view delegate. FIXED-IN: 5.24.7, 5.25.5, 5.26 (cherry picked from commit c840409ff2983573ae13f303e3534bbeda263bf9) M +6 -3 containments/desktop/package/contents/ui/FolderItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/commit/3e5d3679b809f81952d85fe822a354358fae7164 Git commit 52151c72e25bba286f860e2eb483a8c642bd9a14 by ivan tkachenko. Committed on 09/08/2022 at 22:19. Pushed by ratijas into branch 'Plasma/5.24'. [desktop/package] Fix inconsistent press-to-enter-edit-mode behavior Just don't intercept mouse events when there is no icon in a folder view delegate. FIXED-IN: 5.24.7, 5.25.5, 5.26 (cherry picked from commit c840409ff2983573ae13f303e3534bbeda263bf9) M +6 -3 containments/desktop/package/contents/ui/FolderItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/commit/52151c72e25bba286f860e2eb483a8c642bd9a14 |