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
Reviewing the history for this - This started happening when Voicing was added generally to Checkbox in phetsims/sun#742.
The Voicing response is set through the Checkbox options - which announces to both Voicing and Interactive Description.
// Utterances to be spoken with a screen reader after the checkbox is pressed. Also used for the voicingContextResponse.checkedContextResponse?: TAlertable;uncheckedContextResponse?: TAlertable;
Add an option to Checkbox to have a custom context response for voicing that is not the same as the interactive descriptoin context response.
While helpful, that may not be best for this issue. It seems like there is custom timing is important. For example, when one mass is pushed away from another when "Constant Size" changes, we are supposed to hear an alaert about how one mass is moved. I am not hearing this at all right now. Is that another bug?
It would be ideal for the voicing response to be triggered in the same place as the interactive description response. But that separates it from the default Checkbox responses. And when we do that, the default checkbox responses override the custom responses in the utterance queue. How can we get around that? Note I am pretty sure this is why we aren't hearing the "Constant Size" information.
The double firing of context responses is visible in the A11y View Tool.
This is not happening in Production, and we don't want it to.
We have 5 sims with the Voicing feature, I have only checked GFLB's checkboxes. Need further investigation to see if the issue is wider spread.
The text was updated successfully, but these errors were encountered: