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
Dropdown menu items are not able to be focused via keyboard after opening a dropdown menu with the mouse.
Steps to reproduce
Open a dropdown menu with the mouse (page header actions, user menu)
press the down key
Expected behavior
The first dropdown item will receive focus
Actual behavior
No dropdown items receive focus
Acceptance criteria
Pressing the down key after opening a dropdown with the mouse focuses the first item
Subsequent up/down keypresses focus the appropriate item
Details
It looks like handleKeydown inadvertently got deleted. This causes a regression where arrow keys can no longer handle selection after opening a dropdown with the mouse. I suspect this got deleted due to a bad resolution for a merge conflict.
rak-phillip
changed the title
It looks like handleKeydown inadvertently got deleted. This causes a regression where arrow keys can no longer handle selection after opening a dropdown with the mouse. I suspect this got deleted due to a bad resolution for a merge conflict.
Dropdown Menu: Arrow keys do not select items after triggering the menu with the mouse
Feb 21, 2025
Dropdown menu items are not able to be focused via keyboard after opening a dropdown menu with the mouse.
Steps to reproduce
Expected behavior
The first dropdown item will receive focus
Actual behavior
No dropdown items receive focus
Acceptance criteria
Details
Originally posted by @rak-phillip in #13357 (comment)
The text was updated successfully, but these errors were encountered: