You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to phetsims/sun#252, this sim uses Panel option minWidth and relies on the old default of align:'right'. 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
VM19976 Panel.js?bust=1472221408000:56Error
at MassControl.Panel [as constructor] (http://localhost/~cmalley/GitHub/sun/js/Panel.js?bust=1472221408000:52:15)
at new MassControl (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/MassControl.js?bust=1472221408000:111:11)
at new GravityForceLabScreenView (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/GravityForceLabScreenView.js?bust=1472221408000:85:24)
at Screen.backgroundColor [as createView] (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:35:36)
at Screen.initializeView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:134:25)
at Screen.initializeModelAndView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:151:12)
at initializeScreen (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:441:14)
at Array.forEach (native)
at new Sim (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:439:13)
at http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:32:5
VM19976 Panel.js?bust=1472221408000:55
>>>> sim relies on align:right
VM19976 Panel.js?bust=1472221408000:56Error
at MassControl.Panel [as constructor] (http://localhost/~cmalley/GitHub/sun/js/Panel.js?bust=1472221408000:52:15)
at new MassControl (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/MassControl.js?bust=1472221408000:111:11)
at new GravityForceLabScreenView (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/GravityForceLabScreenView.js?bust=1472221408000:89:24)
at Screen.backgroundColor [as createView] (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:35:36)
at Screen.initializeView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:134:25)
at Screen.initializeModelAndView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:151:12)
at initializeScreen (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:441:14)
at Array.forEach (native)
at new Sim (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:439:13)
at http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:32:5
VM19976 Panel.js?bust=1472221408000:55
>>>> sim relies on align:right
VM19976 Panel.js?bust=1472221408000:56 Error
at MassControl.Panel [as constructor] (http://localhost/~cmalley/GitHub/sun/js/Panel.js?bust=1472221408000:52:15)
at new MassControl (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/MassControl.js?bust=1472221408000:111:11)
at new GravityForceLabScreenView (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/GravityForceLabScreenView.js?bust=1472221408000:93:38)
at Screen.backgroundColor [as createView] (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:35:36)
at Screen.initializeView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:134:25)
at Screen.initializeModelAndView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:151:12)
at initializeScreen (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:441:14)
at Array.forEach (native)
at new Sim (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:439:13)
at http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:32:5
VM19976 Panel.js?bust=1472221408000:55
>>>> sim relies on align:right
VM19976 Panel.js?bust=1472221408000:56 Error
at MassControl.Panel [as constructor] (http://localhost/~cmalley/GitHub/sun/js/Panel.js?bust=1472221408000:52:15)
at new MassControl (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/MassControl.js?bust=1472221408000:111:11)
at new GravityForceLabScreenView (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab/view/GravityForceLabScreenView.js?bust=1472221408000:97:38)
at Screen.backgroundColor [as createView] (http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:35:36)
at Screen.initializeView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:134:25)
at Screen.initializeModelAndView (http://localhost/~cmalley/GitHub/joist/js/Screen.js?bust=1472221408000:151:12)
at initializeScreen (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:441:14)
at Array.forEach (native)
at new Sim (http://localhost/~cmalley/GitHub/joist/js/Sim.js?bust=1472221408000:439:13)
at http://localhost/~cmalley/GitHub/gravity-force-lab/js/gravity-force-lab-main.js?bust=1472221408000:32:5
The text was updated successfully, but these errors were encountered:
Related to phetsims/sun#252, this sim uses Panel option
minWidth
and relies on the old default ofalign:'right'
. 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.The text was updated successfully, but these errors were encountered: