Closed (fixed)
Project:
RootCandy
Version:
6.x-1.8
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Sep 2011 at 10:09 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent
Comments
Comment #1
sign commentedHi there,
ok this is an interesting one. :) It is more of a Drupal issue, where the structure is not well defined. I think Drupal should have had it like admin/build/menu/menu-customize,... RootCandy doesn't do it via active trail but instead it is checking the path to set the active item. And because the path changes to admin/build/menu-customize, it will try to find the parent in the structure -> admin/build, so whatever is the first on the list (that has the path admin/build/* or just admin/build,... it will get selected). So the solution would be placing the menu admin link as the first item before the rest of the items that have admin/build/ links :)
Hope this helps, and I am not going to fix this in this version anyway, was fixed in Drupal 7 :)
Thanks for reporting!