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

Remove "security margin" around handlers #14

Closed ottsch closed 11 years ago

ottsch commented 11 years ago

There seems to be a "security margin" around the handlers so when I have two sliders close to each other the left handler set to the rightmost position and the right handler to the leftmost position, the areas are overlapping and I have problems grabbing the handler I want.

I made a short video of this: http://screencast.com/t/3HjCyz4tq

IonDen commented 11 years ago

Hi, this is not a bug, this is invisible touch field to help point handlers on touch-devices. But you can remove them by yourself. Go to ion.rangeSlider.css, and remove .irs-slider.from:before {} and .irs-slider.to:before {} or change "width" property there. But thank for your issue, i will make this fields smaller for this skin in future update.

ottsch commented 11 years ago

Thanks!