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/datepicker) debugging VoiceOver not reading date on PageDown
Do not merge this pls. Debugging issue #2430.
There seems to be two issues
1. The screenreader focus doesn't not match the browser focus
2. the aria-live region is interfering with reading the focused element
Adds a timeout to fix#1, and removes the aria-live region to fix#2. This is not the final solution, requires more investigation...
Relates to #24330
0 commit comments