Open EamonKavanagh opened 7 years ago
I am only seeing the Toast announced once with Version 68.0.3440.87 (Official Build) beta (64-bit). However, I am hearing "removed: " as the first thing when a toast is displayed.
I am not hearing "remove: " announced with VoiceOver on macOS.
This issue doesn't mention the version of AngularJS Material where this original issue was found. I am guessing 1.1.3 or 1.1.4?
This looks like a Chromevox bug so I've opened https://bugs.chromium.org/p/chromium/issues/detail?id=873324 to track this issue.
Latest update from the Chrome team was to remove the use of aria-relevant
or to change it from aria-relevant="all"
to aria-relevant="additions text"
. However, doing this on macOS causes VoiceOver to not announce the toast after the first time it is opened. On Chromevox, it's worse, this causes toasts to not be announced at all.
I've provided feedback to them and requested that they reopen the bug.
Actual Behavior:
[text in mdToast] Alert [text in mdToast] Alert
CodePen (or steps to reproduce the issue): *
AngularJS Versions: * 1.6.4-local+sha.617b36117
Additional Information: