`ActionMenu` items lose focus when zooming in/out
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:
https://github.com/user-attachments/assets/0b6f85c6-0564-44d7-ba60-c478ac718d7b
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:
https://github.com/user-attachments/assets/bc21fd54-c023-43a5-a7bc-b7be0afba14f
@strackoverflow just wanted to check if you're working on a fix for this/have any further clarity on way forward? cheers!
Hey @hellojanehere - I haven't had a chance to work on this yet given my other priorities...wish I had more details to share with you!