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
Open the dropdown, and hover over a language, for example, F# so that it is active and has the blue background. Then start pressing the up/down arrow and you see the behavior.
The text was updated successfully, but these errors were encountered:
Might be due to multiple event handlers interfering with each other. Maybe the scroll handler is triggered by keeping the active option in view in the dropdown list which triggers the mouseover handler since the scrolling happens to move the mouse over another option or sth like that. Don't have time to debug this right away. If anyone wants to try, that'd be great.
janosh
changed the title
Navigating using keyboard arrows is weird if you have a item hovered & active
Navigating dropdown with arrow keys jumps unexpectedly when item is hovered & active
Feb 14, 2023
Repro
You can use https://multiselect.janosh.dev/ and use the first example.
Open the dropdown, and hover over a language, for example, F# so that it is active and has the blue background. Then start pressing the up/down arrow and you see the behavior.
The text was updated successfully, but these errors were encountered: