https://bugs.kde.org/show_bug.cgi?id=499237
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |4aff645bfdd4e617715de999d2e | |3a230f86fc06e Status|ASSIGNED |RESOLVED --- Comment #3 from cwo <[email protected]> --- Git commit 4aff645bfdd4e617715de999d2e3a230f86fc06e by Christoph Wolk. Committed on 05/06/2025 at 09:03. Pushed by cwo into branch 'master'. applets/kicker: allow keyboard navigation to favorites sidebar The system action and application favorites on the side of the kicker popup are currently not accessible by keyboard, and if they were, they are not screen reader accessible. This change implements tab- and arrow key navigation from and to the favorites sidebar (with a single tab stop for the whole list), and adds screen reader accessibility for the entries. To implement this, the icon is changed to a ToolButton (from a base item) and the position-dependent sidebar layout is changed from a rather complex state-based anchor mechanism with plenty of hardcoded values to a straightforward layout. The change to a ToolButton introduces a visual feedback change; rather than just having a brightening effect, hovering the icon now has the typical bounding box highlight for ToolButtons. M +80 -87 applets/kicker/package/contents/ui/MenuRepresentation.qml M +10 -9 applets/kicker/package/contents/ui/SideBarItem.qml M +24 -5 applets/kicker/package/contents/ui/SideBarSection.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/4aff645bfdd4e617715de999d2e3a230f86fc06e -- You are receiving this mail because: You are watching all bug changes.
