-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Bootstrap 4 Dashboard Example + IE10/11 Display Issues #25587
Comments
Hi, Based on my observations, the In normal situation, I think this behavior is based on IE layout engine dysfunction (Can I Use: CSS Flexible Box Layout Module) |
Hey, |
IE10/11 (the ones officially supported by BS4) do support it, the implementation is just quite buggy, see https://caniuse.com/#search=flexbox |
@PerseusTheGreat, completely removing the input element changed nothing, sadly. Something else I noticed in the markup, and I'm not a bootstrap expert (I just started two days ago), is that the class of the main element is col-md-9. I thought everything was supposed to add up to 12? 9 + 2 = 11, not 12. Setting it to col-md-10 doesn't seem to fix it, but isn't that a mistake? |
@DaleyKD Please remove |
It seems to work after overriding the sidebar's position (relative instead of fixed): .sidebar { |
@GeertHuls , Sidebar problem has been solved on #25415 (m... sort of...), now we are challenging to horizontal scrollbar on IE10 or IE11+Document Mode 10 |
Similar to #25415 .
Windows 10 Enterprise Build 1709
When looking at https://getbootstrap.com/docs/4.0/examples/dashboard, there are a few issues with Internet Explorer.
Internet Explorer 11
If I implement the fix suggested by @PerseusTheGreat, it does appear to help the first issue. Deleting the canvas element fixes my second issue. (For my purposes, I don't need the canvas.)
Internet Explorer 11 in Internet Explorer 10 Document Mode
The text was updated successfully, but these errors were encountered: