Active
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 16:47 UTC
Updated:
20 Dec 2018 at 21:06 UTC
Jump to comment: Most recent

Comments
Comment #1
sunThanks!
Comment #2
truls1502I am sorry for no reply until now.
There are many issues regarding this module admin_menu which is a bit difficult for us to follow up since some of the issues might be already outdated, or is already fixed by the module or any other modules or itself core which means that the problem might no longer need to be fixed.
We can see that the issue has been created for a few years ago, I hope it is okay for you that I am postponing the issue, and give you around two weeks. If you still face the problem, could you tell us the step by step when until you get the error message or what is frustrated you, and a list of modules you are using related to admin_menu and a screenshot that might help us? So it makes us easier to reproduce your issue.
However, after two weeks with no feedback - we will close this issue. So in case, you noticed it after the issue is closed, do not hesitate to reopen it like and fill information which is mentioned above.
So before giving us a feedback, do you mind to test it again with our latest 7.x-3.x-dev?
Thank you for understanding! :)
Comment #3
bohus ulrychHi all,
I'm facing same issue - with latest Drupal 7.59 and admin_menu 7.x-3.0-rc5+23-dev
It is not highlighting active page.
Thanks
Comment #4
bohus ulrychHi, maybe this could help to some one
Edits in admin_menu_toolbar.module, in the function admin_menu_toolbar_page_build(&$page)
before attaching javascript, I'm simple always setting up variable
$settings['activeTrail'] = url($_GET['q']);Then in the admin_menu_toolbar.js in the Drupal.admin.behaviors.toolbarActiveTrail = function (context, settings, $adminMenu) {
I replaced
$adminMenu.find('> div > ul > li > a[href="' + settings.admin_menu.toolbar.activeTrail + '"]').addClass('active-trail');with
This seems to be working in my case.
Tested with Drupal 7.60 and admin_menu 7.x-3.0-rc5+23-dev
Comment #5
truls1502Comment #6
chris matthews commented@Bohus Ulrych, can you create a patch on 7.x-3.x-dev based on your comment's in #4 so that we can review and test?