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 selection of surrounding DOM elements while sliding in FF and IE #829

Closed wulfsoft closed 6 years ago

wulfsoft commented 6 years ago

I fixed the issue described in #746.

seiyria commented 6 years ago

please provide a jsfiddle of your fix

wulfsoft commented 6 years ago

Before: https://jsfiddle.net/c0703sLb/ After: https://jsfiddle.net/c0703sLb/1/

Use Firefox or Internet Explorer and move the handle around to see how the surrounding text is selected.

selected-text-ff

rovolution commented 6 years ago

just pulled it down and ran locally and it works! Thanks for your contribution @wulfsoft!