IE 10 Support: Bugs & Fixes
See original GitHub issueelement = parent.insertBefore(createElement(node, isSVG), element)
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
@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.