-
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
Fix datepicker in ie11 #31216
Fix datepicker in ie11 #31216
Conversation
💚 Build Succeeded |
When I try to test this locally, Kibana opens in Chrome just fine but in IE11 I get this (not sure if it's a Vega problem? I guess I need to try a clean master on IE11);
|
The problem I had in testing the PR was caused by this recent change; @flash1293 is working on a fix for that |
💚 Build Succeeded |
@snide Fix for the IE testing problem landed in master |
@cchaos I now apply it through the breakpoint you had set up. For mobile it expands as normal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't check IE, but works in chrome and FF
💔 Build Failed |
retest |
💚 Build Succeeded |
Fixes the datepicker so it shows in ie
Fixes the datepicker so it shows in ie
Summary
Fixes #31211
Flex issues around the datepicker in ie11. Will require backports to 7.
Checklist