yuanqing / create-figma-plugin

:battery: The comprehensive toolkit for developing plugins and widgets for Figma and FigJam
https://yuanqing.github.io/create-figma-plugin/
MIT License
902 stars 85 forks source link

Focusing a dropdown shouldn't show its menu #193

Closed fwextensions closed 9 months ago

fwextensions commented 10 months ago

When a normal dropdown menu gets keyboard focus, it may show a focus outline, but otherwise doesn't react. Pressing enter, space or an arrow key will then expand the menu.

If simply focusing a dropdown also opened the menu, tabbing around a UI would be very chaotic, as menus would be popping up and possibly covering the control you were trying to tab to.