Hello,

When I activate this option, the menu don't works anymore. I see all the first level but if I pass with my mouse hover I see the link but it don't display sub menu.

Comments

Pat Redmond’s picture

Can you give me more information? What browser are you using?

FrancoisL’s picture

Hello Pat,

this occure on 3 different browser: Chrome, Firefox, IE. I didn't tested others.

My D7 version is 7.19 and module is: 7.x-4.0-alpha3

Thanks

François

Pat Redmond’s picture

Assigned: Unassigned » Pat Redmond
Priority: Critical » Major

OK, that's definitely not working now. Not sure why - I will look into it.

swamydrupal’s picture

any update on this?

johaziel’s picture

Status: Active » Needs review

In jquerymenu.js L 55

juste change
$(this).find(selector).hover(jqm_mouseenter, jqm_mouseleave);
by
$(this).find('li.parent').hover(jqm_mouseenter, jqm_mouseleave);

works for me with only two level
can you make more test

regards

invalid’s picture

This worked for me. thanks.

jienckebd’s picture

#5 worked great -- thanks!

akumajo’s picture

worked for me too, thx !

Summit’s picture

Issue summary: View changes
Status: Needs review » Needs work

Hi,

The option is working now. But animation (+) is not shown anymore changing the .js according to https://www.drupal.org/node/1946100#comment-7385366

Greetings, Martijn