Hi friends, I am using interface slider for range selecting in one of my projects. I faced quite a few issues with it, but solved them all either through some work arounds or some modifications to the slider code...
But, now i am facing a problem, that i am unable to solve. I would sincerely appreciate if someone could help me if they travelled the path. The onChange event is firing when a user drags the slider handle and drops it at some point. Ofcourse onSlide event is also firing during the slide process... This is great and works well. But, when a user clicks somewhere on the slider without dragging the slider handle, the slider handle moves to the clicked position (which is perfect). But not only the onSlide event gets fired, the onChange doesnt get fired. Does any one of you know how to make it fire the onChange event as well... This is very important for the project i am working on right now... Any help will be greatly appreciated. -GTG