-
Notifications
You must be signed in to change notification settings - Fork 4
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
ComboBox voicing response on selection broken #474
Comments
Discovered while poking around phetsims/joist#813 |
Ahhh, @jessegreenberg, we have broken voicing responses on combobox selection because of voicingVisible. The listbox get's hidden, so we don't hear it even though the combobox code hasn't changed. I'll investigate a way to voice through a visible part of the combobox. |
@terracoda please note here, feel free to test if you'd like and let me know if you run into trouble. @jessegreenberg, will you give me a spot check here? |
The Voice combobox sounds good on open and upon selection of new voice. |
Looks like I missed the contextResponse as part of this issue. Fixed in phetsims/sun@ec1d8fd. |
Great, this is working well thank you for fixing this. I thought briefly about moving this into ComboBoxButton somehow so that we didn't have to add to the ComboBoxListBox constructor args. But I think this needs to happen in the ComboBoxListBox FireListener. |
I can reproduce this in the voice combobox in the voicing preferences, and also in the my challenge combo box. I'll take a look. I believe this is a regression, though it could have been part of the design. I thought it should say the selection when you press it. This is broken for mouse and keyboard.
The text was updated successfully, but these errors were encountered: