gravity-ui / uikit

Home Page:https://gravity-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug(DropdownMenu): lack of keyboard interaction

saripovdenis opened this issue · comments

Now it's impossible to set focus to submenu items by Right\Left Arrow keyboard interaction, but it's expected according to WAI-ARIA:
https://www.w3.org/WAI/ARIA/apg/patterns/menubar/#keyboardinteraction

DropdownMenu.a11y_bug.mov

Request: add an ability to navigate through menus and submenus by Right/Left Arrow (like how it works with Enter and Esc now).

Will be fixed in #1430