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
fix(material/menu): focus the first item when opening menu on iOS VoiceOver
When opening the menu on iOS VoiceOver, focus the first item in the
menu. Previously, the first menu item would focus on other screen
readers like desktop VoiceOver but not with iOS VoiceOver.
Add a timeout before focusing the first item. This seems to fix the
screen reader focus and browser focus being on different elements.
Fixes#24735
0 commit comments