Related to https://github.com/phetsims/sun/issues/252, this sim uses minWidth and relies on the old default of align:'right' for Panels. Below are the stack traces for occurrences that need to be checked. These are the occurrences noted when loading the sim in requirejs mode. If the sim creates Panels dynamically, you should do further checking with fuzzMouse.
>>>> sim relies on align:right
VM17519 Panel.js?bust=1472221319493:56Error
at ControlPanel.Panel [as constructor] (http://localhost/~cmalley/GitHub/sun/js/Panel.js?bust=1472221319493:52:15)
at new ControlPanel (http://localhost/~cmalley/GitHub/fluid-pressure-and-flow/js/under-pressure/view/ControlPanel.js?bust=1472221319493:85:11)
at new UnderPressureView (http://localhost/~cmalley/GitHub/fluid-pressure-and-flow/js/under-pressure/view/UnderPressureView.js?bust=1472221319493:82:24)
at UnderPressureScreen.Screen.call.backgroundColor [as createView] (http://localhost/~cmalley/GitHub/fluid-pressure-and-flow/js/under-pressure/UnderPressureScreen.js?bust=1472221319493:29:34)
at UnderPressureScreen.initializeView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221319493:134:25)
at UnderPressureScreen.initializeModelAndView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221319493:151:12)
at initializeScreen (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221319493:441:14)
at Array.forEach (native)
at new Sim (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221319493:439:13)
at http://localhost/~cmalley/GitHub/fluid-pressure-and-flow/js/fluid-pressure-and-flow-main.js?
Related to https://github.com/phetsims/sun/issues/252, this sim uses
minWidth
and relies on the old default ofalign:'right'
for Panels. Below are the stack traces for occurrences that need to be checked. These are the occurrences noted when loading the sim in requirejs mode. If the sim creates Panels dynamically, you should do further checking with fuzzMouse.