Preventing extreme jumps with <range> by adjusting with handle only
justparking opened this issue · 5 comments
As mentioned in #285 , hitting the slider arbitrarily can result in extreme range jumps (and if "wired" to audio equipment, extreme jumps in volume).
To get around this I propose the control ONLY allows adjustment when the slider handle itself is "gripped", as opposed being able to click anywhere on the slider.
I'm not sure if anyone can think of any side-effects of this behaviour?
Note, #285 will depend on this issue being resolved.
A new branch added.
https://github.com/morimoriysmoon/nodel/tree/feat-improve-input-range
Added in f5d4142
@morimoriysmoon - just checking if you have the bugfix for this feature that related to double actions?
@justparking Yeah. I added a new branch.
https://github.com/morimoriysmoon/nodel/tree/bugfix-range-nudge
Covered in commit 1215270