Has anyone encountered a situation in Safari and Chrome where the 3rd level menus are not displayed? Second level is fine.
Works fine in Firefox.
This is in D 7.24 installation using the Anchor Theme
Has anyone encountered a situation in Safari and Chrome where the 3rd level menus are not displayed? Second level is fine.
Works fine in Firefox.
This is in D 7.24 installation using the Anchor Theme
Comments
Comment #1
bearstar commentedIf anyone else experiences this, it can be solved by removing the following from the base.css
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
Comment #2
bearstar commentedComment #3
mxtI've the same issue using a custom theme, but removing the following code:
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }Doesn't resolve the issue.
In plus, in chrome I've other issues: dropdown doesn't close on mouseout.
I think this is related to #2170221: Doesn't works in Chrome supposedly due to "event.returnValue is deprecated. Please use the standard event.preventDefault() instead"
Comment #4
geek-merlini can confirm this issue on chrome.
i can confirm the workaround in #2174473-4: Safari and Chrome not rendering 3rd level:
> When I set slide-in effect to none, it started to work.
This might be a hint for a fix.
Comment #5
geek-merlinAlso crosslinking #2084859: Third level menu item is displayed next to the 2nd level menu item instead of under it which might or might not be related.
Comment #6
antonyanimator commentedHi,
axel.rutz solution works for me
Comment #7
mengi commentedI can confirm the issue with Chrome and that #4 fixes the issue.
Comment #8
mehrpadin commentedHey everybody,
Please switch to Bartik for a minute to see if it's the same, let me know, thanks!
Comment #9
mengi commentedmehrpadin,
Switched it to bartik and it works in chrome now. Strange. I am using a subtheme of Omega4.x. What could be the issue?
Comment #10
mehrpadin commentedSorry for the late reply, in one case it appeared to be some invalid CSS code (something like
.sf-menu {;}as far as I recall) which was being ignored by Firefox but not Webkit etc, you can ask a CSS ninja explore your CSS or maybe moving this thread to Omega.Update: Haven't seen this before! check this https://drupal.org/comment/7889149#comment-7889149
Comment #11
mehrpadin commentedComment #12
jokek commented#4 worked for me also!! Thanks for the tip ;-)
Comment #13
videodoll commentedomg, i have been trying to figure this out for an hour. thanks!! used #4
Comment #14
Gik000 commented#4 worked for me.
The third level menu was not displayed on Webkit browsers. Now everthing works!
Comment #15
pcorbett commented#4 works for me as well
Comment #16
sibany commented#4 works for me as well for IE and Chrome... ;)