-
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
Sounds no longer occur during keyboard input #245
Comments
After a little research, I think this problem arose due to changes made in common code under phetsims/scenery#997, where the pointer type if ( name === 'a11y' || name === 'pdom' ) { Assigning to @zepumph for what I think should be a very quick review. Feel free to close if this if it looks good. |
Very nice! Thanks for that, I must have missed it during my rename to PDOMPointer. Thank you. I found another one too, and created phetsims/scenery#1401 to improve type checking for this. Ready to close? |
Thanks for this, I missed these when I converted A11yPointer to PDOMPointer. I also found one more usage and made phetsims/scenery#1401 to help us in the future. Thanks! |
While working on phetsims/sun#697 I noticed that this sim no longer produces sound on every keyboard-nav-driven change of the slider values. The live version does do this (version 1.5.6). This may be related to recent work done on slider sound, or may be due to something else. Regardless, it should be investigated and fixed.
The text was updated successfully, but these errors were encountered: