prajwalkman / angular-slider

(DEPRECATED) Slider directive implementation for AngularJS, without jQuery dependencies
http://prajwalkman.github.io/angular-slider
MIT License
249 stars 177 forks source link

Make sure high pointer remains draggable after low pointer is dragged on top of it #27

Open thebenedict opened 11 years ago

thebenedict commented 11 years ago

Fixes a bug where the high pointer could not be dragged after the lower pointer was dragged on top of it.

To reproduce on http://prajwalkman.github.io/angular-slider/

1) Using the range slider, drag the high pointer to the end of the slider (60)

2) Drag the low pointer to the same value, i.e. on top of the high pointer

3) Drag the low pointer back to any lower value

4) Attempt to drag the high pointer