-
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
[Voicing] implement TickMarkRadioButtonGroup #384
Comments
Activation supported above, with a refactor of the |
Much of this work was done in phetsims/sun#699. Currently in the preferences branch in sun has commits to RectangularRadioButtonGroup that work well for focus and keyboard interaction, but don't give the object response for mouse/touch. Marking for a11y dev meeting to discuss with @jessegreenberg tomorrow. |
@zepumph, this issue might be stale. I didn't open it. TickMarkRadioGroup is ready from a design perspective, when you are ready to implement. |
I got something working in master for this, but I'm pretty sure we will want to use this chance to update common code over in phetsims/sun#699. |
Don't forget about on-focus, we need more than just listening to the Property changing. |
Ok, I have added this to common code, and removed the custom implementation in TickMarkRadioButtonGroup. @terracoda please review after a thorough cleaning of the cache (I will pull all on phettest) |
The Tick Marks radio button responses sound great. Closing. |
From #363
The text was updated successfully, but these errors were encountered: