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

Don't render map icons in IE 11 #55848

Merged
merged 4 commits into from
Feb 5, 2020
Merged

Don't render map icons in IE 11 #55848

merged 4 commits into from
Feb 5, 2020

Conversation

smith
Copy link
Contributor

@smith smith commented Jan 24, 2020

As reported in #55184, the service map is completely broken in IE. This is because IE has some bugs around SVG that cause a runtime error.

This change detects IE 11 and does not render those problematic icons.

The result is a map that has the shapes but no SVG icons in them:

image

#55849 has been created to make it so the icons load properly.

Fixes #55184.

As reported in elastic#55184, the service map is completely broken in IE. This is because IE has some bugs around SVG that cause a runtime error.

This change detects IE 11 and does not render those problematic icons.

The result is a map that has the shapes but no SVG icons in them: https://www.dropbox.com/s/o7hp73yv5klpfqd/Screenshot%202020-01-24%2009.27.54.png?dl=0

We'll follow up in a future release with a fix to show the icons, but this makes it so the map is functional in IE.

Fixes elastic#55184.
@smith smith requested a review from a team as a code owner January 24, 2020 15:38
@smith smith added v7.7.0 release_note:skip Skip the PR/issue when compiling release notes apm:service-maps Service Map feature in APM labels Jan 24, 2020
@smith
Copy link
Contributor Author

smith commented Jan 27, 2020

@elasticmachine merge upstream

@smith
Copy link
Contributor Author

smith commented Jan 30, 2020

@elasticmachine merge upstream

@smith
Copy link
Contributor Author

smith commented Feb 5, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@smith smith merged commit 950ddf8 into elastic:master Feb 5, 2020
smith added a commit to smith/kibana that referenced this pull request Feb 5, 2020
As reported in elastic#55184, the service map is completely broken in IE. This is because IE has some bugs around SVG that cause a runtime error.

This change detects IE 11 and does not render those problematic icons.

The result is a map that has the shapes but no SVG icons in them: https://www.dropbox.com/s/o7hp73yv5klpfqd/Screenshot%202020-01-24%2009.27.54.png?dl=0

We'll follow up in a future release with a fix to show the icons, but this makes it so the map is functional in IE.

Fixes elastic#55184.

Co-authored-by: Elastic Machine <[email protected]>
smith added a commit to smith/kibana that referenced this pull request Feb 5, 2020
As reported in elastic#55184, the service map is completely broken in IE. This is because IE has some bugs around SVG that cause a runtime error.

This change detects IE 11 and does not render those problematic icons.

The result is a map that has the shapes but no SVG icons in them: https://www.dropbox.com/s/o7hp73yv5klpfqd/Screenshot%202020-01-24%2009.27.54.png?dl=0

We'll follow up in a future release with a fix to show the icons, but this makes it so the map is functional in IE.

Fixes elastic#55184.

Co-authored-by: Elastic Machine <[email protected]>
smith added a commit that referenced this pull request Feb 6, 2020
As reported in #55184, the service map is completely broken in IE. This is because IE has some bugs around SVG that cause a runtime error.

This change detects IE 11 and does not render those problematic icons.

The result is a map that has the shapes but no SVG icons in them: https://www.dropbox.com/s/o7hp73yv5klpfqd/Screenshot%202020-01-24%2009.27.54.png?dl=0

We'll follow up in a future release with a fix to show the icons, but this makes it so the map is functional in IE.

Fixes #55184.

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
majagrubic pushed a commit to majagrubic/kibana that referenced this pull request Feb 10, 2020
As reported in elastic#55184, the service map is completely broken in IE. This is because IE has some bugs around SVG that cause a runtime error.

This change detects IE 11 and does not render those problematic icons.

The result is a map that has the shapes but no SVG icons in them: https://www.dropbox.com/s/o7hp73yv5klpfqd/Screenshot%202020-01-24%2009.27.54.png?dl=0

We'll follow up in a future release with a fix to show the icons, but this makes it so the map is functional in IE.

Fixes elastic#55184.

Co-authored-by: Elastic Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:service-maps Service Map feature in APM release_note:skip Skip the PR/issue when compiling release notes v7.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Service Map is completely broken on IE
4 participants