trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

IE11 Unspecified Error #907

Closed RobinHerbots closed 7 years ago

RobinHerbots commented 7 years ago

Hi @trentrichardson,

When calling setSelectionRange on an input element which is currently not visible, you get an unspecified error in IE11.

I added a little check for this.

Fixes #848

RobinHerbots commented 7 years ago

@trentrichardson ,

This one targets the dev branch ;-)