Ok. I found the bug. It's here: sliderView.action = ""> this.valueAction_(controlSpec.map(sliderView.value)); }; If I change it to: sliderView.action = ""> value = controlSpec.map(sliderView.value); numberView.value = value.round(round); action.value(this); }; Everything works fine again. I'm surprised that you don't have this bug. Did you try to use the slider? Shall I commit the fix or is it just because I've got an old computer : ) thor On 7 Feb 2008, at 21:31, James Harkins wrote:
|