-
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
ComboBoxButton should extend RectangularButtonView #446
Comments
After sleeping on it, I think I'll take a stab at this. |
Making ComboBoxButton extend RectangularButtonView was easy. Working out the a11y changes was not. I worked on this with @zepumph, and we got most of the way there. See "TODO sun#314" and "TODO sun#447" in the code for remaining work. |
pixelzoom
added a commit
that referenced
this issue
Jan 15, 2019
@zepumph is going to take it from here. |
This is done, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More work that was not completed in #430.
ComboBoxButton
should be a subclass ofRectangularButtonView
, in order to get all of the a11y and PhET-iO instrumentation that comes with sun buttons. It's currently a subclass of Node, so it requires special instrumentation.It will probably require
buttonAppearanceStrategy: RectangularButtonView.FlatAppearanceStrategy
.Assigning to @ariel-phet to prioritize and assign.
The text was updated successfully, but these errors were encountered: