-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Logs UI] Log rate anomaly table breaks the layout on IE11 #49197
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Been pairing with @snide on this because I'm personally stumped. Some combination of It may be as simple as setting a |
So I've tried to get this page to reliably load in VM/IE11 and I just can't get it consistently to load and have inspector up at the same time. The logs UI in general has a lot of issues in IE and between the auto refreshing and the inability to load inspector I'm blocked from trying to resolve this. Likely a problem with the nesting flex groups. This feels like a smaller problem for this application in whole as far as ie11 though as I'm getting 15 second loads on the actual log viewer itself. |
The furthest along I was able to get was passing in a However this doesn't fully fix the issue, because the surrounding EuiPanel was still stretched to a minimum of something like 1500px and I didn't know why. I can try to reproduce to get a screenshot, but I've been running into the same stability issues with IE11 and VMs so that's easier said than done. |
So I opened a draft PR with that JS IE-detection fix just so we have something. I don't know if we even want to consider merging something like that, but here it is. #49980 Difficulties with testing and debugging are making it hard to figure out much of anything else. |
Problem description
Rendering the anomaly table in on the log rate analysis page pushes the right side of the page outside the frame:
Commenting out the table rendering causes the effect to disappear.
The text was updated successfully, but these errors were encountered: