[Bug][A11y]: Menu item with href fails to activate using a screen reader #4997
Labels
a11y
Issues related to accessibility
bug
Something isn't working
Component: Action Menu
Component: Menu
needs jira ticket
triage
An issue needing triage
Code of conduct
Impacted component(s)
Menu
Expected behavior
Using a screen reader, a virtual click on a menu item with an href should activate the control and navigate to the new url.
Actual behavior
Using VoiceOver on iOS, double tapping to activate a menu item with an href does not activate the control and fails to navigate to the new url.
I suspect this is because the Menu Item handles pointer and keyboard events when proxying the event to activate the link in the shadowDOM, yet it fails to handle the click event that VoiceOver triggers at the center of the element with VoiceOver cursor focus.
Screenshots
The following screen recording demonstrates the issue using Accessibility Inspector to trigger a press event at on the element focused using the Accessibility Inspector. The virtual click event should be handled by the Menu item and the browser should navigate, but instead nothing happens.
Screen.Recording.2024-12-18.at.4.29.27.PM.-480p.mov
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
Sample code or abstract reproduction which illustrates the problem
No response
Severity
SEV 1
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: