Closed (outdated)
Project:
Admin
Version:
7.x-2.0-beta3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2010 at 19:16 UTC
Updated:
29 Oct 2025 at 12:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
skwashd commentedThe attached patch fixes the problem. The new <a> needs the overlay-exclude class to stop the overlay module hijacking the click event on it.
Comment #2
yhahn commentedThanks. http://drupal.org/cvs?commit=465668
Comment #4
drclaw commentedI'm still unable to expand the menu items once the overlay has been accessed... Am I the only one...?
Comment #5
caschbre commentedAre you using the jquery_update module by chance? I'm running into a similar issue that is a combination of overlay, jquery_update, and admin.
#1064198: jQuery 1.5 and Devel Module
Comment #6
drclaw commentedNope, no jQuery update. Just admin and overlay.
Comment #7
jurgenhaasHere you go, I finally found the real issue and the patch that resolves it is attached.
The problem is that there is a menu.data('disableMenu', true); being used when clicking on a link, which is required to prevent the menu.drilldown('setActive') being called, because otherwise the link wouldn't be opened. Normally, this is no problem, because a new page gets loaded and the assigned data gets lost anyway.
However, if overlay is active, the page doesn't get reloaded and the data disableMenu=true remains assigned to the menu which prevents further execution of menu.drilldown
Well, I believe that disabling the menu is only required once, so the solution in the patch just unsets that setting immediately and I now have it working nicely and as expected.
Comment #8
paulgemini commentedDidn't fix it for me.
Comment #9
nithinkolekar commented#7 patch worked with 7.x-2.0-beta3+8-dev , Jquery > 1.7 and Drupal core 7.34.
Comment #10
sickness29 commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.
Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D7 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!