Bug 511025 - Hovering over icons on desktop do not highlight as expected
Summary: Hovering over icons on desktop do not highlight as expected
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop icons & Folder View widget (other bugs)
Version First Reported In: 6.5.0
Platform: openSUSE Linux
: HI normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL: https://invent.kde.org/plasma/plasma-...
Keywords: regression
: 511954 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-10-24 14:48 UTC by razor128
Modified: 2025-11-12 17:53 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 6.5.3
Sentry Crash Report:


Attachments
Screen Recording of Bug (46.40 KB, video/webm)
2025-10-24 14:48 UTC, razor128
Details

Note You need to log in before you can comment on or make changes to this bug.
Description razor128 2025-10-24 14:48:14 UTC
Created attachment 186091 [details]
Screen Recording of Bug

SUMMARY
Icons or shortcuts on the desktop, that are arranged in a row, only highlight the first icon in the row when the mouse enters from the left side. 


STEPS TO REPRODUCE
1. Create two or more icons on the desktop
2. Arrange the icons into a row
3. Move the mouse from left to right over the row of icons

OBSERVED RESULT
Only the first icon in the row shows a hover highlight. No highlight is shown as the mouse cursor moves over the other icons in the row.

EXPECTED RESULT
Icons on the desktop will show highlights regardless of the direction that mouse enters it

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20251022
KDE Plasma Version: 6.5.0
KDE Frameworks Version: 6.19.0
Qt Version: 6.10.0
Kernel Version: 6.17.4-1-default (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon RX 6700 XT

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2025-10-24 16:35:20 UTC
Can reproduce. How did I miss this? :(
Comment 2 evgeniyharchenko.dev 2025-10-26 14:39:58 UTC
Commit with problem: https://invent.kde.org/plasma/plasma-desktop/-/commit/8c1a3811f864964d7c9ff0ba7a41961728e69800
Comment 3 Akseli Lahtinen 2025-10-27 09:15:18 UTC
Thanks for the git bisect, what a weird bug. Will look into it.
Comment 4 Akseli Lahtinen 2025-11-10 15:06:37 UTC
Possibly related Qt Bug: https://bugreports.qt.io/browse/QTBUG-117444
Comment 5 Akseli Lahtinen 2025-11-10 21:10:10 UTC
Git commit bca695477b345c9bda36a0902b5b8087fd3cf50a by Akseli Lahtinen, on behalf of Błażej Szczygieł.
Committed on 10/11/2025 at 15:04.
Pushed by akselmo into branch 'master'.

FolderDelegate: Fix missing hover in some cases

It happens when mouse is moving to the icon on the right of the
currently hovered icon.

M  +15   -1    containments/desktop/package/contents/ui/FolderItemDelegate.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/bca695477b345c9bda36a0902b5b8087fd3cf50a
Comment 6 Akseli Lahtinen 2025-11-11 08:53:37 UTC
Git commit 5266a7dd0e65be54e13f695ef7897f9d73a39697 by Akseli Lahtinen.
Committed on 11/11/2025 at 07:48.
Pushed by akselmo into branch 'Plasma/6.5'.

FolderDelegate: Fix missing hover in some cases

It happens when mouse is moving to the icon on the right of the
currently hovered icon.


(cherry picked from commit bca695477b345c9bda36a0902b5b8087fd3cf50a)

Co-authored-by: Błażej Szczygieł <mumei6102@gmail.com>

M  +15   -1    containments/desktop/package/contents/ui/FolderItemDelegate.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/5266a7dd0e65be54e13f695ef7897f9d73a39697
Comment 7 cwo 2025-11-12 00:01:47 UTC
*** Bug 511954 has been marked as a duplicate of this bug. ***