IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.55k stars 508 forks source link

Positions when max value is 6 #559

Closed ViorelEremia closed 6 years ago

ViorelEremia commented 6 years ago

Hi,

We use ion range slider as an option type in an open source wordpress plugin unyson: https://wordpress.org/plugins/unyson/ Some developers using this option type have noticed an issue when the max value is set to 6. To be better understood I created a demo here: http://jsfiddle.net/72pcotsu/13/

Thank you for the great plugin.

IonDen commented 6 years ago

Hi, you mean that grid is showing wrong numbers? Yes it could happen with small scales. To overcome this problem, please use grid_snap: true param, like this: http://jsfiddle.net/72pcotsu/13/

ViorelEremia commented 6 years ago

Yes, with grid_snap: true for the unyson plugin is fine is working.

Hi, you mean that grid is showing wrong numbers?

ion rangeslider test playground jsfiddle