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

Legends are broken in IE 11 on 4.4.0 #5831

Closed
LeeDr opened this issue Jan 6, 2016 · 2 comments
Closed

Legends are broken in IE 11 on 4.4.0 #5831

LeeDr opened this issue Jan 6, 2016 · 2 comments
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent v4.4.0

Comments

@LeeDr
Copy link
Contributor

LeeDr commented Jan 6, 2016

New functionality in this release to have expand/collapse legend on charts doesn't work in IE 11.

You can click the little expand/collapse arrow and it switches direction but nothing pops out.
Affects both Discover and Visualize tabs.

In this image, it was clicked to expand, but it's not visible;
ie-nolegend

Same on Visualize. clicking the arrow changes direction but neither shows a legend;
visualizelegend

@LeeDr LeeDr added bug Fixes for quality problems that affect the customer experience P1 labels Jan 6, 2016
@epixa
Copy link
Contributor

epixa commented Jan 6, 2016

If you comment out the following flex property, the issue goes away: https://github.com/elastic/kibana/blob/master/src/ui/public/vislib/styles/_legend.less#L41

Now, I'm looking into why that is.

@epixa
Copy link
Contributor

epixa commented Jan 6, 2016

It appears to have to do with flex-basis. If I leave flex-basis as the default (i.e. auto), the legend properly appears in IE11. However, vertical and horizontal scrollbars appear around the histogram in IE11 at that point whenever the legend is open, so the "fix" will need to be more than simply using the default flex-basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent v4.4.0
Projects
None yet
Development

No branches or pull requests

2 participants