jQRangeSlider icon indicating copy to clipboard operation
jQRangeSlider copied to clipboard

Using classic.css causes handles don't match

Open rosunad opened this issue 10 years ago • 3 comments

When i use classic.css positioning handles in same location show diferent dates

http://jsfiddle.net/wb67zwpt/

rosunad avatar Nov 27 '14 11:11 rosunad

I don't see what's wrong with your example. Can you explain what result was expected?

ghusse avatar Nov 27 '14 13:11 ghusse

Well, write in english is not my best skill ;)

I'm attaching two pictures that should explain the problem image image

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

rosunad avatar Nov 27 '14 13:11 rosunad

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?

ravirneni1 avatar Feb 10 '15 16:02 ravirneni1