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

[APM] Icons don't display on service map in Internet Explorer #55849

Closed
smith opened this issue Jan 24, 2020 · 1 comment
Closed

[APM] Icons don't display on service map in Internet Explorer #55849

smith opened this issue Jan 24, 2020 · 1 comment
Labels
apm:service-maps Service Map feature in APM bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v7.8.0

Comments

@smith
Copy link
Contributor

smith commented Jan 24, 2020

In Internet Explorer 11, icons did not display on on the map and the map was completely broken, as reported in #55184. We explicitly disabled loading the problematic icons in #55848.

Make it so the experience of showing icons in IE is the same as other browsers.

Some possible options:

  • Load SVGs as static asset requests instead of loading them inline with Webpack
  • Use PNGs instead of SVGs
  • Modify the existing SVGs so the error doesn't happen.

The error causing the problem in #55184 said, "Unexpected call to method or property access.", and looks like the same thing that was reported in cytoscape/cytoscape.js#1990.

@smith smith added Team:APM - DEPRECATED Use Team:obs-ux-infra_services. apm:service-maps Service Map feature in APM labels Jan 24, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@sorenlouv sorenlouv changed the title Icons don't display on service map in Internet Explorer [APM] Icons don't display on service map in Internet Explorer Mar 3, 2020
@ogupte ogupte added the bug Fixes for quality problems that affect the customer experience label Mar 13, 2020
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 bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v7.8.0
Projects
None yet
Development

No branches or pull requests

6 participants