seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

Touch: Add mobile tests for 'reversed' slider #918

Open jespirit opened 5 years ago

jespirit commented 5 years ago

The mobile touch tests which can be found in test/specs/TouchCapableSpec.js only cover a few of the basic/common scenarios. It would be helpful, in particular, if someone could add tests for the reversed option where the slider values are in reverse order. You would also have to consider the orientation (horizontal, vertical) as well as single or range sliders ("range" meaning you have a lower and upper handle which you can control). See Example 4 for an example.

yuansheng1989 commented 5 years ago

I would like to do it.