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
Comment #1
zho commentedi have var_dumped the $main_menu var, it not shows the child in array...
Comment #2
Shmee commented+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*
Comment #3
Shmee commentedI 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.