if you want to use as path for your link, the menupanel class is completely overwritten with the nolink class for your menu.
And the menu panel does not appear at all anymore.
I have a menu for which I want a minipanel to appear when I hover on it.
But I don't want the link to open. As I cannot make a link without a path, I hoped the from the special manu item would work.
Or is there another solution?

Comments

b-prod’s picture

Version: 7.x-1.1 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Needs review
Related issues: +#2677686: Add an alter hook to facilitate compatibility with other modules
StatusFileSize
new1.29 KB

Status: Needs review » Needs work
b-prod’s picture

Status: Needs work » Needs review
StatusFileSize
new1.29 KB

Hmmm the CI still marks test as failed when there are no testing suite in a module. So I post the patch again.

IckZ’s picture

Hey,
I tried this patch with a nolink but nothing happens. The mini_panel_menu does not show up and also the required classes "menu_minipanels_XYZ" are not applied to the link.

If I setup a normal target for the link (like "node") everything works like expected.

Any ideas for this behavior?