-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpeechSynthesis breaks in Chromebooks when switching tabs #64
Comments
In #66 we added the ability to detect this failure case in ChromeOS.
Hopefully we can find a way to fix it when this happens. Potentially by trying to add it to the back of the queue again until we have a success? |
Actually, the behavior seems quite a bit better now that we have a This seems acceptable to me and I don't think it is worth debugging further. We could try to add the failed Utterance back to the front of the queue but I am worried about an infinite loop of failed announcements and adding more complexity just for this ChromeOS case. Lets see if the issue is largely resolved over in phetsims/number-play#138 and then possibly just close. |
phetsims/number-play#138 was verified as improved. That is all we will do on this issue for now. I updated the "Accessibility bugs" markdown file in QA to describe what we expect from ChromOS. Closing. |
Here is the initial issue where this was discovered: phetsims/number-play#138
The text was updated successfully, but these errors were encountered: