[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] EZSlider broken?




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:

Maybe check that you have the latest EZSlider?
hjh

On Feb 7, 2008 4:28 PM, Jan Trutzschler <sc3@xxxxxxxxxxxxxxxxx> wrote:
works fine here ...

On Feb 7, 2008, at 10:22 PM, thor wrote:

EZSlider


-- 
James Harkins /// dewdrop world

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman
_______________________________________________
Sc-devel mailing list