react-range icon indicating copy to clipboard operation
react-range copied to clipboard

Draggable Track has Strange Performance with Ranges Less than 1 or with Negative Min

Open emeeks opened this issue 3 years ago • 1 comments

I've found that the vertical draggable track when dragged on a range that has a negative Min value immediately changes the values on the first mousedown so that the max value becomes the old min value and the new max value becomes a negative value the distance of the original min from the original max.

I also cannot get a draggable track to drag at all for a range where the min and max are both below 1.

emeeks avatar May 16 '21 02:05 emeeks

These might be the same issue as when the range slider with the minimum value is dragged to the point where the range min equals the extent min, it won't respond at all to being dragged (dragging it "away" from the min).

emeeks avatar May 16 '21 02:05 emeeks