You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when you render a Listbox with enough items where the menu scrolls, using the keyboard arrows to navigate through the options list won't scroll the active option into view.
To reproduce, I copied the contents of the listbox-with-transition.hbs example and added enough options so that the menu is scrollable. When I navigate the menu using the arrow keys, the active option isn't scrolled to. I have to manually use my mouse to scroll it into view.
The text was updated successfully, but these errors were encountered:
It seems that when you render a
Listbox
with enough items where the menu scrolls, using the keyboard arrows to navigate through the options list won't scroll the active option into view.To reproduce, I copied the contents of the listbox-with-transition.hbs example and added enough options so that the menu is scrollable. When I navigate the menu using the arrow keys, the active option isn't scrolled to. I have to manually use my mouse to scroll it into view.
The text was updated successfully, but these errors were encountered: