-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make sure ResetAllButton size and pointer area is OK in each sim #985
Comments
Sorry for the wild goose chase, after our discussion earlier I realized what we really need to check are simulations that use the default ResetAllButton radius (not the list of simulations with non-default screen bounds). Maybe I can print out a list of that with the help of aqua. I'll take a look. |
This list should be more helpful. I ran all the simulations through aqua and printed out the simulation name if it created a ResetAllButton with the default radius. Hence they are the only ones that could have changed in phetsims/scenery-phet#458 (comment)
|
Discussion with @ariel-phet on Slack: Ariel Paul [9:09 PM] Sam Reid [9:10 PM] Ariel Paul [9:10 PM] Sam Reid [9:11 PM] Ariel Paul [9:12 PM] Sam Reid [9:34 PM] Ariel Paul [9:35 PM] Sam Reid [9:35 PM] Ariel Paul [9:35 PM] Sam Reid [9:37 PM] Ariel Paul [9:37 PM] Sam Reid [9:38 PM] Ariel Paul [9:38 PM] |
I've identified all of the ResetAllButton touchAreaDilation overrides and removed them. Will commit shortly. |
I commented on slack:
|
@ariel-phet I committed removal of the overrides for ResetAllButton touchAreaDilation. What's next? |
I will pull and go through the list
|
AP self note: unchecked in list above will need some sim specific issues (minor tweaks) Blackbody needs some pointer area adjustment |
Issues made in relevant sims. Closing |
In phetsims/scenery-phet#458 (comment) we decided to change the default ResetAllButton radius and pointer area. We will need to do the following additional steps:
(a) simulations that were using the default size will now have a smaller ResetAllButton, with a larger pointer area. We will need to look through and make sure this doesn't cause any layout issue.
(b) we should iterate through simulations using a non-default layout size and see if we want to match the reset all button size to the new defaults.
Sims that use a copy of 768x504 (and hence are at the default specified by ScreenView)
Simulations that specify a different
layoutBounds:
edit by AP: removed simulations that have no active work/relevance (ie optics lab, joist, chains)
The text was updated successfully, but these errors were encountered: