-
Notifications
You must be signed in to change notification settings - Fork 6
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
Voicing: Don't hear "Sim Voicing Off" bug #846
Comments
Confirmed. I am not hearing any content when interrupting a "Quick Info" button (for example, pressing Reset All). |
Caused by this line: joist/js/toolbar/VoicingToolbarItem.ts Lines 188 to 189 in 7c65154
|
We added this line because we don't want to hear stale Utterances that are sitting in the queue waiting for the toolbar button responses to finish. I think that is correct. But if we interrupt the the toolbar button responses we do want to hear the next response. I pushed a proposed fix in the above commit and added a line of doc about where it falls short. But I think it should be acceptable. @zepumph can you please review and verify that this is fixed? |
I am worried about the comment you said. What about in friction, the temperature continues to get lower, and alerts pile up without any interaction. I also think this is quite possible in Greenhouse/MAL because of background sim state being described. I think next steps here are to discuss with @jessegreenberg. |
Thinking about this more I think it is less of a shortcoming and more the correct behavior. I changed my doc language to describe why. I thought it was correct because
I think generally the sim cases you mentioned should still work well. Still happy to discuss but back to @zepumph. |
@jessegreenberg and I discussed this, we are in agreement that the current implementation isn't ideal because if you interrupt a readme button by grabbing the book, it may say 10 "ambient" utterances waiting in the queue before saying "grabbed". We discussed new priorities, and separating a priority for "AMBIENT" voicing vs "INTERACTIVE": AMBIENT_HIGH But didn't love it. |
Ideas that are moderately to extremely yucky.
// Notify input listeners before all others to handle global events before pointers
this.dispatchToListeners<DOMEvent>( pointer, this.display.getPreDispatchInputListeners(), type, inputEvent );
|
Please note this issue is blocking the publication of Friction. I don't think @jessegreenberg and I have a direction forward just yet. |
@jessegreenberg and I realized that more central/powerful fixes were overkill, so we just made a workaround in the voicing toolbar code. The bug is fixed, and life is good. Closing! |
To reproduce:
Expected Behavior: details button is interrupted then you hear "sim voicing off"
Current Behavior: details button is interrupted
The text was updated successfully, but these errors were encountered: