Nerian/bootstrap-datepicker-rails

Update has latest IE8 fix

Closed this issue · 5 comments

Please update from latest if possible, it contains the latest IE8 fix that is a must for the date range. Thank you.

Hi,

The latest packaged gem contains the latest code in https://github.com/eternicode/bootstrap-datepicker/tree/release.

@Nerian I followed the link your provided to verify if it's latest, and the IE8 bug is still in the code. https://github.com/eternicode/bootstrap-datepicker/blob/master/js/bootstrap-datepicker.js is the js with the working code. Please note the clear function on line 65, it is different from the one in your link. If it still contains this.splice(0), then it is prior to the fix and has an IE8 bug. Thank you for looking into this, it's much appreciated.

We use the release branch of that repo.

A new gem was released, I believe it should include the fix for this.

thank you :)