question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IE 10 Support: Bugs & Fixes

See original GitHub issue

Line 177

element = parent.insertBefore(createElement(node, isSVG), element)

Refer to IE 10 Error: Invalid Argument on insertBefore

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
infinniecommented, Jan 14, 2018

Just by the way: I used to have a version of HyperApp for supporting IE 8.

https://github.com/infinnie/infinnie.github.io/issues/12

1reaction
jorgebucarancommented, Dec 27, 2017

@sam-chuang I found that we call insertBefore in 3 different places, so we actually need to check if the second argument is undefined and make sure to pass null in every case. I think I am going to drop official IE10 support, because I don’t have the time or energy to test in IE10.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Modern" IE10 bugs - Microsoft Community
"Modern" IE10 bugs · Clicking a link often takes two or three "pokes". · Pages crash REGULARLY. · Tab bar flicks open and...
Read more >
Bug and Fix: ASP.NET fails to detect IE10 causing ...
Fixes. There are two ways to fix this: one is a machine-wide fix, the other is a way to fix individual sites. Machine ......
Read more >
8 Most Common Internet Explorer Issues (And Easy Ways to ...
Here are some of the most common problems you may encounter with IE and quick and easy solutions for fixing them.
Read more >
Windows 10 version 1511 bug, eDellRoot, end of Internet ...
Microsoft find a bug on Windows 10 version 1511 that forces the company to pull the plug on the upgrade, but quickly addresses...
Read more >
9 Most Common IE Bugs and How to Fix Them - Code
Internet Explorer - the bane of most web developers' existence. Up to 60% of your development can be wasted just trying to squash...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found