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

remove() as a method on ie error . #331

Closed
sohat opened this issue Oct 18, 2018 · 0 comments · Fixed by #332
Closed

remove() as a method on ie error . #331

sohat opened this issue Oct 18, 2018 · 0 comments · Fixed by #332
Labels
bug Something isn't working

Comments

@sohat
Copy link

sohat commented Oct 18, 2018

image

----> remove() as a method on HTMLElements is not supported by Internet Explorer.
It have to modify to "_this5.element.parentElement.removeChild(_this5.element);".
check please asap.

-----> reference :
https://stackoverflow.com/questions/18919560/object-doesnt-support-property-or-method-remove

@sohat sohat changed the title remove() as a method on ie error . [bug] remove() as a method on ie error . Oct 18, 2018
@sohat sohat changed the title [bug] remove() as a method on ie error . remove() as a method on ie error . Oct 18, 2018
@luwes luwes added the bug Something isn't working label Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants