Closed (fixed)
Project:
DHTML Menu
Version:
7.x-1.0-beta1
Component:
User Interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2011 at 16:59 UTC
Updated:
28 Oct 2019 at 17:55 UTC
Jump to comment: Most recent
Comments
Comment #1
twooten commentedTo be more precise, choosing "expand on bullet" removes the collapsible function from ALL admin fieldsets throughout the site, not only those on the DHTML menu configuration page. I'm not sure where this needs to be modified but I'm assuming it's somewhere in dhtml_menu.js?
Update: I just noticed a strange thing, I added the development menu block (from development module) to the footer of my theme while debugging. While that block was active on the page, the collapsible fieldsets functioned correctly, even if "expand on bullet" is selected. As soon as I removed that block from the page, the fieldsets are no longer able to be collapsed/expanded. Not sure what the deal is with that but thought it might help in debugging this issue.
Also I am using the admin_menu.module (http://drupal.org/project/admin_menu). The admin menu disappears on any page that has a collapsible fieldset if "expand on bullet" is enabled. I disabled the admin menu module to check if the issue was being caused by that but it is not.
Tim
Comment #2
ckngThe patch #1176834: "Expand on Bullet" not working fixes the fieldset problem for me.
Could be a duplicate issue.
Comment #3
twooten commentedThe patch at http://drupal.org/node/1176834#comment-5456638 worked for me. Using dev version.
Tim
Comment #4
GN commentedMore info about this bug (to help people google it):
It happens only in the overlay admin mode - so, a very quick workaround would be to switch to the regular admin mode (e.g. by stripping "pageurl#overlay=" from the admin URL).
Another problem that may arise is inaccessibility of the rich-text (WYSIWYG) editing mode, so that you can edit nodes only in the plain-text mode.
This, however, is already fixed in the current dev version, too.
Comment #5
mvcsaw the same bug using 7.x-1.0-beta1 and #1176834: "Expand on Bullet" not working fixed the problem for me.
marking duplicate and flagging that one as RTBC.
Comment #6
vuilThe issue is already fixed by the patch of #1176834: "Expand on Bullet" not working.
So, I update the issue to Fixed! Thank you.
Comment #8
vuil