If you use views/module_filter. dhtml menu interfers with both, killing the views ui style (dropdowns) and menu_filter is not usable anymore.

in dev as in the 7.x beta1

CommentFileSizeAuthor
#2 dhtml_menu.patch1.16 KBmarcoka
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcoka’s picture

#3 PATCH seems to fix that, applied and testing
http://drupal.org/node/1130250

marcoka’s picture

FileSize
1.16 KB

ok it does not work and kills the expand on icon click functionality.

the attached patch changed only .hasClass('dhtml-menu')), to be sure that we actually have a dhtml menu item. i think it kills views/module_filter because the check ist only for like ".menu li" and a lot of blocks areas have that class not only dhtml menu blocks

Adam S’s picture

The patched works for me. The problem was breaking the admin menu.

marcoka’s picture

Status: Active » Closed (fixed)

i do not have the issue with the latest version.

scor’s picture

Status: Closed (fixed) » Closed (duplicate)
dspcore’s picture

Issue summary: View changes

how to use this patch?
where should I add this?
Thanks for help.