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

bearstar’s picture

If 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; }

bearstar’s picture

Status: Active » Closed (fixed)
mxt’s picture

I'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"

geek-merlin’s picture

i 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.

geek-merlin’s picture

antonyanimator’s picture

Hi,

axel.rutz solution works for me

When I set slide-in effect to none, it started to work.

mengi’s picture

I can confirm the issue with Chrome and that #4 fixes the issue.

mehrpadin’s picture

Hey everybody,

Please switch to Bartik for a minute to see if it's the same, let me know, thanks!

mengi’s picture

mehrpadin,

Switched it to bartik and it works in chrome now. Strange. I am using a subtheme of Omega4.x. What could be the issue?

mehrpadin’s picture

Sorry 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

mehrpadin’s picture

Status: Active » Closed (works as designed)
jokek’s picture

#4 worked for me also!! Thanks for the tip ;-)

videodoll’s picture

omg, i have been trying to figure this out for an hour. thanks!! used #4

Gik000’s picture

#4 worked for me.
The third level menu was not displayed on Webkit browsers. Now everthing works!

When I set slide-in effect to none, it started to work.

pcorbett’s picture

#4 works for me as well

sibany’s picture

#4 works for me as well for IE and Chrome... ;)