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/dialog): dialog name not read by screenreader on macos using chrome or firefox
Updates fix for Angular Components Dialog issue where the dialog name
is not being read by the screenreader when specifically using macos
(and potentially ios) screenreader when using chrome or firefox
browsers. Removes unused commented out code and includes ios as part
of the logic to call _getDialogName().
Fixes b/274674581
0 commit comments