atomicdata-dev / atomic-data-browser

This repo is no longer used! Code is moved to Atomic-Server
https://github.com/atomicdata-dev/atomic-server/issues
MIT License
56 stars 9 forks source link

Dropdown menu tab button behavior not synced to UI and up / down behavior #314

Open joepio opened 1 year ago

joepio commented 1 year ago

Current behavior

Expected behavior

Polleps commented 9 months ago

This is intended behaviour

Web application menus are expected to work like desktop application menus. For example, the left and right keys are used to iterate through the top-level items, and the up and down arrows are used to navigate submenus. Pressing the tab key focuses the next item after the menu instead of the next menu item. w3c.org