seiyria / bootstrap-slider

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

Range Selector issue when using only keyboard for navigation #468

Open rajarshigoswami opened 8 years ago

rajarshigoswami commented 8 years ago

In the range selector (Example 2 of the API List), if you use mouse to navigate the low range slider and try to change the min to something greater than the current max, the focus goes to the max handle. If you do the same using keyboard i.e. use tab to focus on the slider and then use arrow keys to increase the min, you actually increase the min value to something grater than the current max e.g. screenshot attached slider-bug

seiyria commented 8 years ago

Related: #212

rajarshigoswami commented 8 years ago

@seiyria I am not really sure if both are related. For this issue, as you see in the screenshot I can change the min value to something more than the max. If you use mouse, when both are equal, the focus actually changes from the min to the max handle which should also happen when only keyboard navigation is used.

seiyria commented 8 years ago

It's possible they are related because IIRC that issue changed how keyboard interactions with range sliders worked.