Created attachment 150460 [details] screen recording SUMMARY Similar to bug 448526. On X11, the blue highlight disappears immediately after right-click on icons hidden in the system tray. On Wayland, the blue highlight disappears when I hover over an option from the context menu. Please watch the attached video recorded on X11. EXPECTED RESULT the blue highlight persists after right-click and mouseover on options from the context menu SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.25.80 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.18.4-051804-generic (64-bit) Graphics Platform: X11
Can reproduce.
We aren't overriding the default highlight code in HiddenItemsView.qml, which suggests that there may be a deeper issue inherent to QtQuick's ListView itself. I see that we *do* override the default highlight behavior in Kickoff, where the highlight effect remains visible when hovering over a context menu item. If I'm right, we'll need to adopt similar code in the System Tray, or fix the highlight visibility issue in ListView itself.
Could it be that the window loses focus due Menus doing that on X11?
On the other hand doesn't happen in kickoff
Editing the title because I can reproduce on Wayland too. Operating System: Arch Linux KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Graphics Platform: Wayland