Does no longer work with Admin-Menu 5.x-2.4
druppi - February 25, 2008 - 12:00
| Project: | Administration Menu Dropdown |
| Version: | 5.x-1.4 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
On Firefox, Linux, it does no longer work with the newest version of admin menu. You can configure the hot keys as you like: the admin menu does not appear/disappear.
My solution: I disabled admin menu dropdown and changed the appearance of admin menu in admin-menu.css from position:absolute to position:fixed. Thus the admin menu is always displayed at the top of the viewport (damn IE6 displays it on the bottom of the page then, but that does not matter for me, I use firefox :) ).

#1
I also issued a bug report on http://drupal.org/node/226448 for admin_menu. Whoever wants can mark this or that as duplicate!
#2
This issue stems from the 2.4 release changing the CSS id "admin_menu" to "admin-menu" which threw off the CSS and JS of Administration Menu Dropdown. The 1.5 release remedies this.
#3
Automatically closed -- issue fixed for two weeks with no activity.