IE does not show all text from topojson - only 2-3 words

I have a big browser problem. In my project I need the whole browser, but somehow IE only shows 2 and a half words. Have a look at this jsfiddle.net/kwoxer/5uc17jwr/3/

It works in Firefox and Chrome. So this is an IE problem. I have the latest IE 11. Can anyone tell me why this is happening with IE, and for what reason.

As you can see, the code prints text in lines.

1. Idea

Maybe because the direction is negative? So IE is just able to pass text from left to right? But that's silly = / and why work in Firefox and Chrome?

Well, I don't know why the third is not fully displayed, and also not displayed. I think some huge IE bugs. If anyone has an idea, please let me know. But from here I think I will no longer support IE in my project and will just continue =)

Btw: also tested with other strings and text, this is the same, always the third word, even the third is NOT negative ...

2. Idea

Casting defs as the first element does not change either.

0


source to share


1 answer


This is currently a bug. Microsoft is working on this:



https://connect.microsoft.com/IE/Feedback/Details/1120262

0


source







All Articles