GoogleChrome / chromium-dashboard

Chrome Status Dashboard
https://www.chromestatus.com
Apache License 2.0
637 stars 362 forks source link

Fix typeahead menu item initial highlighting. #4147

Closed jrobbins closed 2 months ago

jrobbins commented 2 months ago

This resolves a bug where the menu items in the typeahead menu were all initially highlighted.

It's not intuitive, but Shoelace sets tabindex == -1 for all menu items, and then sets it to 0 only for the one current menu item that the user is hovering over or has selected using the arrow keys. So, the initial value for this property should be -1.