-
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
Mass Control Visibility does not migrate #386
Comments
|
In 1.1, we have: density.compareScreen.view.massNumberControl which are all independent and have independent visibility controls. However, in 1.2, we have a new container: which contains all of the massNumberControl, volumeControl and densityNumberControl. We could add a rule like "if the user hid all 3 of them in 1.1, then hide blocksValuePanel in 1.2", but what would we want to do if the user only hid 1 or 2 of them? Let's keep this issue about blocksValuePanel, and move the other problems elsewhere. @zepumph can you please advise? |
…#386 Signed-off-by: Michael Kauzmann <[email protected]>
Things look better to me on main |
Device
Samsung
OS
Win 11
Browser
Firefox
Problem Description
For phetsims/qa#1136
If you have
density.compareScreen.view.massNumberControl.visibleProperty
set to false in Density 1.1, then the control panel will be visible when that file is migrated to 1.2. I haven't yet found other elements that do this, but I'll keep an eye out.Visuals
The text was updated successfully, but these errors were encountered: