Page MenuHomePhabricator

Allow looping within OptionsMenu via keyboard
Closed, ResolvedPublic

Description

Users navigating the menu options via keyboard (up & down arrows) should have a quick way to return to the top of the menu (first option) once they reach the last menu item.

Translated into BDDs...

GIVEN the menu is open and shows some results
AND the user navigates through items using the down arrow key
AND the user reaches the last item on the menu
WHEN the user presses the down arrow key again
THEN the hover/focus is moved to the first option in the menu

GIVEN the menu is open and shows some results
AND the user navigates through items using the down arrow key
AND the user reaches the first item on the menu
WHEN the user presses the up arrow key
THEN the hover/focus is moved to the last option in the menu

Notes:

  • Please note that the menu scroll should be activated via keyboard in case the hovered option (first or last) was out of sight (Following T267829)

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript