ion.rangeSlider icon indicating copy to clipboard operation
ion.rangeSlider copied to clipboard

Clicking on an area of the slider outside the interval to move the slider by one interval

Open mKlus opened this issue 9 years ago • 3 comments

Make feature requested in #289 configurable so clicking on an area of the slider outside the interval moves the slider by one interval.

This would better match default scroll bar behavior where clicking outside of the scroll bar's thumb moves by one page. The default can be changed in Mac OS X to the #289 behavior: mac os x setting

e.g. min = 0, max = 100 from = 40, to = 50

Clicking on the slider near 10 would move the slider to the left by one interval = 10, so the new slider position would be: from = 30, to = 40.

mKlus avatar Sep 20 '15 21:09 mKlus

Hello, good idea.

IonDen avatar Sep 21 '15 04:09 IonDen

Hi there, any update on this? :)

mKlus avatar Dec 17 '15 23:12 mKlus

Another suggestion would be to also have the option for the 'tap on line outside range' event to be disabled altogether as it can be quite annoying/dangerous on touch screens where spurious tap events happen easily while trying to scroll: https://stackoverflow.com/questions/55797603/how-to-prevent-click-on-interval-in-ion-rangeslider/61821699

quent avatar May 15 '20 14:05 quent