-
Notifications
You must be signed in to change notification settings - Fork 8
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
Label for global mute sound button needs changing/adjusting #300
Comments
I assigned to you @jbphet, but please re-assign if you are not the appropriate person. @jessegreenberg or @zepumph would know the code for the previous mute sound button. |
How about that @terracoda? |
Oops please ignore the above commits. |
@zepumph, just let me know when you need me to re-test and please provide a dev link, too, if possible. |
@zepumph, Mute Sound is the correct label, nice, but I do not get any state information from AT (VoiceOver in my case) about the state of the button. I just checked Ohm's Law, and the Mute Sound button does indeed have two alerts, though they are not working properly at the moment. The alert text is:
So, ideally for the new global Mute Sound button, I should hear alert 1 when I press it the first time to turn sound off, and then alert 2 when I press the button again, re-enabling the sounds. In Ohm's Law I hear the alerts, but the issue is that the sound keeps flipping back to the on state, so I get both alerts back to back. I will submit an issue about Ohm's Law, but this is likely a common code problem. |
@terracoda The mute sound buttons in all sims besides the latest JT will need to be redone when published next. All sims with sound going forward will have 'mute sound' button in the nav bar (common code in Joist, I would guess). |
I believe JT is in code review now, so there will be at least a few days before it goes to QA. Please coordinate with @jbphet on the timing of this. I believe these updates would just need to be in before the sim goes to QA for dev testing. |
In that case, sounds like I can unassign @jessegreenberg as I touch base with @jbphet. |
This has been completed, and the sound alerts added, @jbphet please review. |
I don't know much about the utterance queue, but in general the changes look reasonable. I'll move forward with the release candidate. Closing. |
After further review, I'm thinking I'll leave this open and have it verified during RC. The QA team might need some help on how to verify. |
Looks good on all three screen readers.1.5.0-rc.1 |
Just testing sonfication from other issue and noticed read out for new global mute sound button was, "Sound On Off button, button".
I think the label for this global mute button should be the same as the previous mute sound button, which I believe, was just, "Mute Sound"
The AT actually, provides "button", and also provides whether it is pressed or not pressed or on or off. It is possible an alert was associated with the previous mute sound button. If so, that should remain the same as well.
The text was updated successfully, but these errors were encountered: