seiyria / bootstrap-slider

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

Fix tooltip when option is set to 'always' #895

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

Fix typo with variable name. Just added _ underscore.

Changed this.alwaysShowTooltip to this._alwaysShowTooltip

https://github.com/seiyria/bootstrap-slider/blob/88dfe2aa20bb49f524b681062e6ea15d26402c41/src/js/bootstrap-slider.js#L809-L812

https://github.com/seiyria/bootstrap-slider/blob/88dfe2aa20bb49f524b681062e6ea15d26402c41/src/js/bootstrap-slider.js#L1164-L1171

Added a unit test.

Also there was a bug when options.tooltip was set to 'always' and the options.ticks_tooltip was set to true.

Pull Requests

Please accompany all pull requests with the following (where appropriate):