Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
207 views

IE and Edge ignore absolute position of svg [duplicate]

After this question being marked as a duplicate of SVGs not scaling properly in IE - has extra space I think this is a separate issue, though part of the solution is similar. I did some more digging ...
WP Shala's user avatar
0 votes
0 answers
296 views

Fixing SVG Fragment Sprite Slow Loading in Edge (Fine in Chrome, FF, Safari)

We have recently switched to SVG for our decorative images and logos. We do this in the form of a single SVG file containing multiple SVG sections for each image. We hide all SVG sections and only ...
Ted Wilmont's user avatar
-1 votes
1 answer
497 views

Why is IE11 and Edge incorrectly rendering animation with Font Awesome icons?

I'm using the latest Font Awesome to place SVG images as icons in my navigation bar. They are supposed to remain hidden until you hover on the navigation item, at which point the text slides over and ...
Luke G.'s user avatar
  • 587
4 votes
2 answers
1k views

Microsoft Edge can not set data attribute on SVG

Just run into something I did not expect. Testing a site in IE Edge, I get an error in the console: Unable to set property 'shape' of undefined or null reference After debugging for a while it seems ...
freeMagee's user avatar
  • 454
3 votes
0 answers
748 views

CSS Sprites horrible slow using Edge or Internet Explorer 11

We have a Singe Page Application using AngularJS 1.5 and it works smoothly using Chrome but unfortunately we also support IE 11+ and probably Edge and using these browsers, the performance is close to ...
timtos's user avatar
  • 2,305
0 votes
1 answer
378 views

Cant float SVG in IE10/11 or Edge12

I've got similar to the attached code (this is stripped down, but the issue persists) In IE10/10 and Edge12 the SVG won't float to the right of the container, all other browsers I've tested work. ...
owenmelbz's user avatar
  • 6,428