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

Commits on Jan 24, 2020

  1. Don't render map icons in IE 11

    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 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    4d8dfb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    fb7ff41 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    2104350 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    097c6ea View commit details
    Browse the repository at this point in the history