On the admin page for DHTML Menu: http://yoursite.com/#overlay=admin/config/user-interface/dhtml_menu

If I choose "expand on bullet" as an option, all of the other admin options:
ANIMATION
OTHER EFFECTS
DISABLING DHTML
become disabled and are not links any longer. I suppose this could be intentional but I don't think so.

Comments

twooten’s picture

To 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

ckng’s picture

The patch #1176834: "Expand on Bullet" not working fixes the fieldset problem for me.
Could be a duplicate issue.

twooten’s picture

The patch at http://drupal.org/node/1176834#comment-5456638 worked for me. Using dev version.

Tim

GN’s picture

More 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.

mvc’s picture

Status: Active » Closed (duplicate)

saw 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.

vuil’s picture

Issue summary: View changes
Status: Closed (duplicate) » Fixed
Related issues: +#1176834: "Expand on Bullet" not working

The issue is already fixed by the patch of #1176834: "Expand on Bullet" not working.

So, I update the issue to Fixed! Thank you.

Status: Fixed » Closed (fixed)

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

vuil’s picture