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
The arrow keydown event does not always fire. The event doest not fire the up arrow keydown event when it is the first index and does not fire the down arrow keydown event when it is the last index. Also the index emitted is using the roving tab index instead of the actual index when the keydown event happens, which is intentional, but it is not very clear. Maybe we should provide both actual index and the roving index.
Our use case is to move to the second menu while the user presses down arrow at the last index of the first menu, or press the up arrow at the first index of the second menu to move to the first menu.
Workaround
No work around
Screenshots
N/A
The text was updated successfully, but these errors were encountered:
Could you share your usecase for this?
Ideally if its at the end we wouldn't fire an on-keydown event since its not doing anything.
If you have multiple menus, shouldn't you navigate to them with tab? Or maybe add a divider between each menu?
Bug Report
eBayUI Version: 14.3.0
Description
#2268
The arrow keydown event does not always fire. The event doest not fire the up arrow keydown event when it is the first index and does not fire the down arrow keydown event when it is the last index. Also the index emitted is using the roving tab index instead of the actual index when the keydown event happens, which is intentional, but it is not very clear. Maybe we should provide both actual index and the roving index.
Our use case is to move to the second menu while the user presses down arrow at the last index of the first menu, or press the up arrow at the first index of the second menu to move to the first menu.
Workaround
No work around
Screenshots
N/A
The text was updated successfully, but these errors were encountered: