-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
This is something that came up during an internal accessibility review (staff link). In PVC's ActionMenu
component, there is a bug where the currently focused menu item changes when the user changes their browser zoom level:
focus-bug.mov
This is confusing behavior for users who rely on assistive technologies. Ideally, users would be able to zoom their browser without the currently focused menu item switching on them. It's worth noting that this problem does not seem to affect the React version of ActionMenu
: