Click on slider doesn't call any callback

Click on slider doesn't call any callback


Hello all,
Please help to understand me if it's a slider bug or my
misunderstanding.
I'm using ui.slider component to replace standard scroller with custom
(pretty) one. When I move the handle with mouse, "slider" callback is
called and I change "scrollTop" property of my div, and it works
perfectly. But if I click somewhere on the slider, the handle moves
there but none of slider callbacks (change, slide, stop) is called. Is
it a bug? Is there a workaround? Help please, I don't want to include
one more javascript library into the project, we were happy with
jquery until now.
Andrew