Skip to content

status/backgroundApps: Fix navigation to close button by keyboard

maniacx requested to merge (removed):backgroundapp-kbd-nav into main

Issue: The menu-items are non-reactive because they cannot be activated. As a result, keynav gets stuck when it hits any item.

Make menu-items reactive again allowing keynav focus on menu-items. Add can_focus property to "close" button. Disable focus properties on menu-items, so that key-nav directly moves to "close" button. Disable focus properties on "listTitle" as it is unwanted. menu-items grabs hover effect as it now reactive. Deal with it by adding no effects on hover in scss Thus fixing keyboarding navigation preserving original GUI functionality.

Fixes: #6481

Edited by maniacx

Merge request reports