Hi,

I have an drupal 7 test site (upgrade from d6), which has a menu item which has some sub items. The top menu item is a link to the first sub item. On drupal 6 when i click on it, it expands automatically. But on drupal 7 nothing expands. And I dont know why.

Jan

Comments

zho’s picture

i have var_dumped the $main_menu var, it not shows the child in array...

Shmee’s picture

+1 I have this problem too. The only way to show the children is to have the menu be always expanded.

*Edit* After looking into this, it looks like it is due to the fact that another menu already links to the content. But I would still say this is an issue because all menus should work, not just the primary one. *Edit*

Shmee’s picture

Status: Active » Closed (duplicate)

I am going to close this issue as it is a duplicate of http://drupal.org/node/942782 , I have used the patch on Post #43 and it to fixes the issue.