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

All Questions

1 vote
0 answers
59 views

D3. Js force oriented graph, where path is not compatible with ie10, ie11 [duplicate]

My force-directed graph created with D3.js works fine in Chrome, Firefox and Internet Explorer 9: In IE 10 and IE 11 the links will not get rendered: However, there are elements in the DOM structure ...
sky's user avatar
  • 11
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
0 votes
2 answers
3k views

IE10 & 11 rendering issue with SVG text and textLength attribute

I have SVG files created by converting AI files to SVG. They contain text elements with rectangles around them. To get the text to show the correct height and width the textLength attribute is used. ...
JeffD's user avatar
  • 11
0 votes
1 answer
604 views

IE10/IE11 does not display unicode characters inside of SVG

I'm using D3.js for displaying unicode character inside of SVG as seen below. g.append("text") .html("➤"); This works perfectly in Firefox and Chrome, but displays nothing in IE10/...
CuriousSuperhero's user avatar
0 votes
0 answers
144 views

background svg issue in ie10 & 11

There seems to be a svg issue in ie with displaying background image from an assets folder. Some svg portions work while other parts don't. It works fine in all other browsers except ie. The css ...
Scott Carlton's user avatar
9 votes
4 answers
2k views

Why does IE freeze on Layout when rendering an empty SVG element?

I am currently hitting an issue in IE 10 and 11 where the browser tab is hanging every now and then on Layout in the UI Responsiveness tool. I am part of a team writing a fairly large knockout.js web ...
linusthe3rd's user avatar
  • 3,535
0 votes
4 answers
14k views

Grayscale CSS Background in internet explorer 10 and 11?

Grayscale is working fine with all the browsers except ie10 and ie11. I have even tried this. It worked well with images these are embedded in HTML code, but is not working as background image, ...
user3545339's user avatar
0 votes
1 answer
368 views

CSS3 Transform Issues in IE10/IE11

I'm having trouble getting this svg to display correctly in IE10/IE11. It works fine in Chrome and Firefox. Here is a CodePen with my situation. Any thoughts?
Bimsley's user avatar
  • 73
1 vote
1 answer
464 views

SVG strange behavior in IE10+

I'm using svg patterns to define custom background images for the fill attribute in svg's later in the page. I'm hiding the original svg and pattern definitions at the top of the page. IE9 has no ...
MikeBman's user avatar