phetsims / color-vision

"Color Vision" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/color-vision
GNU General Public License v3.0
1 stars 7 forks source link

Touch/Mouse area of wavelength sliders #63

Closed ariel-phet closed 10 years ago

ariel-phet commented 10 years ago

In interviews, we saw a student wanting to click on the gaussian and the thin portion of the slider the chooses the bulb color. Seems to make sense to make the touch/mouse area extend to these portions of the slider.

aaronsamuel137 commented 10 years ago

I have made this change for both wavelength sliders. I left the mouse area smaller than the touch area, but still extended it over the track. Try running color-vision_en.html?showPointerAreas to see if it looks right to you.

Assigning to @ariel-phet for review

pixelzoom commented 8 years ago

The pointerAreasOverTrack option added by this issue turned out to be problematic, and is scheduled to be removed. See https://github.com/phetsims/scenery-phet/issues/261#issue-172560572 for problems, see https://github.com/phetsims/scenery-phet/issues/261#issuecomment-241761531 for solution.