Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have my slider's single step set at 1, and via. the keyboard arrows it responds accordingly. But for each click of the mousewheel, it changes by 3. Why is this and how do I make it follow the defined step increment?
Hi,
IIRC the mouse wheel event uses the page step that by default is 3. You can try changing this value.
Hope it helps
that did the trick. thanks!