jdewit / bootstrap-timepicker

[Deprecated] A simple timepicker component for Twitter Bootstrap
MIT License
1.64k stars 1.09k forks source link

IE8 click on popup's input #333

Closed ngocnv371 closed 8 years ago

ngocnv371 commented 8 years ago

Using IE8, show the popup to choose the time, then click on the input for 'hour'. An error appeared complaining that the function setSelectionRange is not supported.

mrhota commented 8 years ago

Sorry, we're using jQuery 2.x. http://blog.jquery.com/2013/04/18/jquery-2-0-released/

No more IE8. :frowning:

You might have some luck with an older version of this plugin: see the releases tab and look in bower.json for jquery: 1.x or similar.

Closing for now.