bevacqua / rome

:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery!
https://bevacqua.github.io/rome
MIT License
2.91k stars 223 forks source link

IE error: Unable to get property 'removeChild' of undefined or null reference #96

Closed StanislauTarazevich closed 9 years ago

StanislauTarazevich commented 9 years ago

There's an issue in IE (10 and 11, did not check previous versions). After any date picker container is removed from DOM every other 'destroy' call on any other date picker causes the following error:

Unable to get property 'removeChild' of undefined or null reference

The following pull request fixes the issue: https://github.com/bevacqua/rome/pull/95

bevacqua commented 9 years ago

Thank you. Should make it in the next patch :)

bevacqua commented 9 years ago

This is fixed in 2.1.17

Rambou commented 5 years ago

@bevacqua What was the fix for this? the commit is not linked with this issue.

harshamehra commented 5 years ago

@bevacqua Hi , what is the fix of this issue ? I have been dealing with this in IE v11 working on ext-js .

GBT3101 commented 4 years ago

This issue is back