-
-
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
ul.nav-tabs border-bottom is visible on IE11+Edge #18228
Comments
Unable to reproduce in Windows 10: |
IE 11.0.9600.18059 on Win7. I will check this on other machines too. |
@hansmaad Please also verify that IE's Zoom level is set to 100%. Sauce only has IE 11.0.9600.17728 on Win7, which doesn't repro this. |
Zoom is 100%. The thickness of the visible part of the border changes with different zoom settings. |
@cvrebert: sorry, I don't have IE 11 on my Windows 7 VM because it ignores conditionals and it pissed me off :P |
@cvrebert can grab a VM from https://dev.windows.com/en-us/microsoft-edge/tools/vms/mac/ if no one has one |
I can see it on Windows 8 IE11 when zoomed to 200% (and after zooming back 100% too). I recently wrestled with similar problem with IE (on non-Bootstrap related product) and the root cause was IE's High DPI scaling functionality (https://msdn.microsoft.com/en-us/library/dn265030%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396) |
Confirmed in Edge on Windows 10. |
Add Wall of Browser Bugs entry for #18228
|
@mdo Any interest in trying to figure out a workaround? |
@cvrebert v4, IE11, Windows 8, non-HDPI display, 100% zoom, first load: 🔥 |
@petetnt Huh. Window size or monitor resolution seems to be a factor, since v3 only reproduced for me when I had Edge's window maximized. Yet v4 didn't under the same conditions. Weird! |
Fix in #21429. IE11 and Edge just don't like |
http://getbootstrap.com/components/#nav-tabs
This has to be a known issue, because it's even visible on the doc site. But I can't find any report nor a workaround. Increasing the
margin-bottom
on.nav-tabs > li
to -2px removes the line but does not look good either.The text was updated successfully, but these errors were encountered: