firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
262 stars 60 forks source link

fix(a11y) Update "IMPORT JSON" MenuItem to respond to keyboard-only #902

Closed TheIronDev closed 1 year ago

TheIronDev commented 1 year ago

This commit updates the SimpleMenu and the MenuItem associated with the "Import Json" MenuItem such that you can activate/select the "Import Json" dialog using the keyboard.

The problem before was pressing "Enter" or "Space" would not activate the "onClick" handler.

But, it would bubble up a "selected" event.

So instead I moved the "selected" behavior into the Menu and am using a dataset attribute to control behavior.

FIXED=259452701, b/259452701