jQRangeSlider
jQRangeSlider copied to clipboard
Using classic.css causes handles don't match
When i use classic.css positioning handles in same location show diferent dates
http://jsfiddle.net/wb67zwpt/
I don't see what's wrong with your example. Can you explain what result was expected?
Well, write in english is not my best skill ;)
I'm attaching two pictures that should explain the problem
As you can see. In the first one the dates seem to be right. But if we put together the handlers the date is not the same.
Hope the pictures help
Looks like issue/feature is Left handle's left edge and right handle's right edge is used as position. So user's expectation over here is when two handles are on top of each other both handles represent same date(As if center position of handle is used instead of edges). How can we make slider to use center position of handle to represent Value?