-
Notifications
You must be signed in to change notification settings - Fork 12
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
ToggleNode should use Node.swapVisibility #324
Comments
@samreid since you are listed as an author would you mind reviewing? |
On hold pending discussion in phetsims/scenery#694 (comment) |
Discussion is complete in phetsims/scenery#694, we changed swapVisibility to look like |
ToggleNode will need to override I tested plinko probability with ?accessibility and it appeared that focus transferred properly to the grayed out play button when I pressed all + play. |
Looks great, thanks, closing. |
From phetsims/plinko-probability#104, ToggleNode should manage focus for a11y. Node.swapVisibility was added to replace visibility of two Nodes and manage focus, so ToggleNode can make use of this.
The text was updated successfully, but these errors were encountered: