seiyria / bootstrap-slider

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

Do not trigger 'change' event when values have not changed #878

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

I discovered this bug while working on Issue #877

The change event should not be triggered when the values have not changed.

  1. Open console.
  2. Focus the keyboard on either handle and key to the left or right.
  3. You'll notice change event is triggered even though the value has not changed.

https://jsfiddle.net/jexrpwym/