Closed (duplicate)
Project:
Drupal core
Version:
7.0
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Oct 2010 at 14:03 UTC
Updated:
2 Aug 2011 at 19:23 UTC
On a custom menu, when creating a node and putting it in a sub-menu (e.g. My-menu->Node1->Node2) accessing Node2 does not set Node1 as part of the active-trail, nor does it expand the menu.
Steps to reproduce:
Expected behaviour: First node should have 'active-trail' and 'expanded' class set. Sub-menu should be displayed.
Actual behaviour: First node does not have these classes set and has class 'collapsed' set. Sub-menu is not displayed.
NB: Note that this works as expected when using the built-in 'Main menu'. Also breadcrumb information for nodes is incorrect (Home>Node2 rather than Home>Node1>Node2)
Comments
Comment #1
garphyHaving the same exact issue here on final release.
Comment #2
devin carlson commentedClosing this and marking it as a duplicate of #942782: Custom menus never receive an active trail.