Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Invalid XML when downloading SVG for specific versions of IE 11 #3152

Open
Braintelligence opened this issue Oct 25, 2018 · 0 comments

Comments

@Braintelligence
Copy link

Braintelligence commented Oct 25, 2018

As requested here #2068 (comment) I'm repeating what I encountered with a specific version of IE 11 concerning this PR: #2068 .

Repeating my earlier comment:

@alexcjohnson I'm not sure if this is the right place to mention this, but I think I encountered a bug for IE SVG export. If you download an SVG with Internet Explorer Version 11.0.9600.19137 that renders via trident engine (Edge) you get this:
<g class='plot' clip-path='url('https://www.domain.tld#clip00a1b1xyplot')' transform='translate(110 30)'>
instead of this:
<g class="plot" transform="translate(110, 30)" clip-path="url(https://www.domain.tld#clip189888xyplot)">
which results in a wrongly formatted XML (see the ' that shouldn't be there).

I'm not sure how to fix this. Is this a very specific problem with this browser running on trident?

Additional information was requested:

Can you open one, include the information you just posted - plus a description of how one ends up running this particular browser version - and link to this PR? Thanks!

Sadly, due to NDA-reasons, I can't tell you how a number of users end up using such a particular version of IE. My best shot at a possible way of being able to use such an IE version would be spinning up Windows 7, I guess.

I wouldn't say that this issue is anywhere close to high-priority. I strongly believe that there's some bug within IE 11 and how it handles generation of XML, or else most current versions of IE 11 would also have this bug, which they don't. (Tested on current Win10.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant