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
Can reproduce. How did I miss this? :(
Commit with problem: https://invent.kde.org/plasma/plasma-desktop/-/commit/8c1a3811f864964d7c9ff0ba7a41961728e69800
Thanks for the git bisect, what a weird bug. Will look into it.
Possibly related Qt Bug: https://bugreports.qt.io/browse/QTBUG-117444
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
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
*** Bug 511954 has been marked as a duplicate of this bug. ***