seiyria / bootstrap-slider

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

Values for range slider are not the same for 'slideStart' and 'change' events #876

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

When using the keyboard to move handles for a range slider at the min or max ends, the values for the slideStart and change events are different.

  1. Open console.
  2. Focus the keyboard on either handle and key to the left or right.

'slideStart' gives [-101, 0] while 'change' gives [-100, 0]

https://jsfiddle.net/jexrpwym/

Issues

NOTE: Before filing a new issue, please search through the open issues list and check to see if an existing issue already exists that describes your problem. If so, leave a comment within that issue with the checklist items described below.

Please make sure you include the following in your issue report where appropriate: