phetsims / forces-and-motion-basics

"Forces and Motion: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/forces-and-motion-basics
GNU General Public License v3.0
7 stars 10 forks source link

pullers cannot be removed from toolboxes #276

Closed jessegreenberg closed 5 years ago

jessegreenberg commented 5 years ago

Before any changes in #275 I noticed that pullers in the toolboxes cannot be moved.

jessegreenberg commented 5 years ago

This was not an issue in ec59fd5ad273d02dc3fe33a59be3f9d7ae7da4de

EDIT: NOt an issue in ea777622dc01dc5304b3db46d802e1ca62d40f33

jessegreenberg commented 5 years ago

This was caused by the switch from addAccessibleInputListener to addInputListener. Since KNotFocusRegion now has an input listener and surrounds all of the pullers, it prevented picking of anything behind it. Ill remove the listener altogether as part of #275.