phetsims / graphing-quadratics

"Graphing Quadratics" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
1 stars 4 forks source link

Dynamic layout problems with quadraticTermsAccordionBox #188

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

Setting quadraticTermsAccordionBox.equationsCheckbox.visibleProperty does not properly hide the separator, and does not resize:

screenshot_2605

Setting quadraticTermsAccordionBox.quadraticTermCheckbox.visibleProperty to false does not resize, it leaves a hole in the layout:

screenshot_2604
pixelzoom commented 1 year ago

Fixed in the above commit. Tested in Studio and with ?stringTest=dynamic. Closing.