-
-
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
IE nav-justified issue. #10649
Comments
What version(s) of IE? |
~~Actually I get same problem if i just resize the browser-window in chrome (29.0.1547.65) + safari (Version 6.0.5 (8536.30.1)). Even on getbootstrap.com.
|
@poromaa That's #9774. @voviklenin's issue sounds different. @voviklenin: Also, could you post a JSFiddle or JSBin live example of the problem? |
The Version of Explorer is 10, I will try to post it on JSFiddle but within next week or so, little bit busy with the project. |
Forgot to mension that I am using wordpress with wp-bootstrap-navwalker. |
It also creates a glitch in mobile button slider, the submenu does drop down but not in smaller window on the left like in standard menu. |
Well, we can't help with the WordPress-specific parts, but if you can create the plain JSFiddle example, then we can certainly debug that. |
Here is an example. |
|
This is the way it was implemented. I am not sure wether the plugin bootstrap_navwalker was created by same people as the bootstrap itself. |
@voviklenin As a member of the Bootstrap core team, I can tell you that it wasn't. We don't write any plugins for third-party stuff like WordPress. |
http://jsfiddle.net/voviklenin/hKq5t/ It does cause trouble even if I hardwire and create the justified menu as per tutorial, has the same issue as through the plugin |
Hi, first, sry for my english. I have the exact same issue here... im gona give a try on this... |
Judging by our Justified Nav example page, I don't think we support using |
if you use the code inspector to replace .navbar-nav with .justified-nav in the de ul menu to the bootstrap page it seems to work fine, even in iE8 (but I dont know alrredy if its collapsing right) |
We don't support the |
There is a problem with nav-justified when opening it in IE, the dropdown item falls 1 line lower than the rest of menu items. Works fine on mozilla and chrome.
The text was updated successfully, but these errors were encountered: