I have a slider like this: link
In my case it is displaying the following error in the console when I click the drag / drop button:
TypeError: $.event.props is undefined[Learn More] jquery.ui.widget.js:20:361
_trigger http://localhost/2018/js/jquery.ui.widget.js:20:361
_start http://localhost/2018/js/jquery.ui.slider.js:58:8
_mouseCapture http://localhost/2018/js/jquery.ui.slider.js:45:9
_mouseDown http://localhost/2018/js/jquery.ui.mouse.js:4:275
_mouseInit/< http://localhost/2018/js/jquery.ui.mouse.js:2:59
dispatch http://localhost/2018/js/jquery-3.1.1.min.js:1626:181
add/q.handle http://localhost/2018/js/jquery-3.1.1.min.js:1588:86
HTML: link
jquery.ui.widget.js : link
jquery.ui.mouse .js : link
jquery.ui.slider.js : link
pagina.js : link a>
Any tips on what might be happening?