Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IE10 error #29

Closed
wants to merge 1 commit into from
Closed

Fix IE10 error #29

wants to merge 1 commit into from

Conversation

incon
Copy link

@incon incon commented Nov 26, 2015

How to reproduce
Stickyfill.kill();
$('.sticky').Stickyfill();

The error
SCRIPT5007: Unable to get property 'removeChild' of undefined or null reference

- How to reproduce
Stickyfill.kill();
$('.sticky').Stickyfill();

- The error
SCRIPT5007: Unable to get property 'removeChild' of undefined or null reference
@wilddeer
Copy link
Owner

wilddeer commented Dec 1, 2015

Can't reproduce it on this page. The check for existance of the parent node could be useful in case the DOM is changed by other scripts, but this doesn't seem to be IE specific bug.

Could you show me the page where I can reproduce this bug?

@wilddeer wilddeer closed this May 24, 2016
@voku
Copy link

voku commented Sep 15, 2020

I also see this error but only via IE & Edge. Maybe the bug is MS specific but the fix is not, so why do we not merge the fix?

#114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants