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
The root cause of this issue is that the value of the slider is being set as a string instead of a number when it's set through changing the value in the textfield. Due to this the calculations for setting the slider are then performed incorrectly. The bug does not present itself in Chrome stable due to a different bug in Chrome which affects the sliders. That other bug is fixed in Google Chrome Canary and so this same slider issue is present in the Google Chrome Canary build too.
http://tetsubo.org/mot/montage/examples/sink/index.html under Sliders, the last slider.
If you change the value in the textbox, either by typing or clicking the arrows and then go to drag the slider, it will jump to the maximum value.
I tried to reproduce this in a simple test case and couldn't, so it might be interacting with something else on the page.
OSX 10.7.2
Safari 5.1.1
The text was updated successfully, but these errors were encountered: