Hi

Thanks for your work on the best (I think so) admin theme for Drupal :)
I have created an additional menu (Admin menu) for the Header. Works great except for one thing:

I have admin/build/block and admin/build/menu as the top items. When I click on admin/build/menu it displays admin/build/menu screen with a list of menus, but when I click on any menu to edit it -> admin/build/bock item gets focus. So the question is why admin/build menu is set as parent item for admin/build/menu-customize

Thanks :)

Comments

sign’s picture

Status: Active » Fixed

Hi 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!

Automatically closed -- issue fixed for 2 weeks with no activity.