-
Notifications
You must be signed in to change notification settings - Fork 1
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
Speech synthesis locale gets out of sync with controls #152
Comments
This was completed in the above commit, closing. |
Also tagging #31 |
This issue seems to be happening again for phetsims/qa#822 with mac + safari, but only when switching to the compare screen from either screen 1 or 2. Steps:
language.movIt also happens in the other direction.
|
I went back and tested 1.0.0-rc.1 again since I have updated my macOS and safari, and that version is working correctly. |
I repeated this on Win 11 Chrome. The correct words are read, but the wrong voice is used. |
This also occurs with the |
I've gotten the same as Katie but with Win10 chrome, and also on Win10 firefox |
I wasn't able to reproduce on Win 11 Firefox due to #160. |
With the Chromebook and iPad, I am seeing what @KatieWoe reported in #152 (comment). Toggling back and forth fixes the issue. |
@jessegreenberg and I looked at this issue and were not able to reproduce because NumberCompare was moved out into it's own sim. We did not notice any speech synthesis bugs in switching between screens in NumberPlay. @jessegreenberg mentioned that if another screen using speech synthesis is added to NumberCompare code from 00f7ac1 will need to be added in @Nancy-Salpepi can you confirm on your end wether you're able to reproduce something akin or not? |
@marlitas I'm not sure what is happening, but with mac + safari when I try to set the second locale, the sim freezes with this error: When using mac + chrome, I can add the second locale and didn't notice any speech synthesis bugs. |
Thanks @Nancy-Salpepi, promoting that to a new issue. Verifying this issue is blocked until that is fixed. |
OK #204 is resolved, @Nancy-Salpepi sorry - should be able to test this again. |
Things look to be working correctly when switching between locales. I tested on the mac/iPad + safari. |
#205 is fixed and closed so I think this is also en-route to closure. @chrisklus back to you to confirm. |
Just noting that #205 isn't fixed but I closed because it is being tracked in phetsims/number-suite-common#13. Thanks @Nancy-Salpepi @KatieWoe @jessegreenberg @marlitas for working on this! I think we are good to close. |
Discovered by a partner teacher and @Nancy-Salpepi in #134 (comment) - when the screens change, the speech synthesis language does not necessarily match the locale toggle on the new screen. This is because there's a control for the locale on each screen, but only one global setting for the speech locale.
The text was updated successfully, but these errors were encountered: