Downloads
Release notes
Bugs
- #355521: When multiple themes are used on one site (user-set, or admin theme) and at least one of them overrides theme_menu_item(_link), under certain conditions DHTML Menu would cause a fatal PHP error (or WSOD). DHTML Menu now keeps a separate record of the relevant theme functions for each theme.
- #337596: PHP warnings ("invalid argument for foreach") were generated under certain conditions due to insufficient data sanity checks. The variable is now ensured to be an array before calling foreach.
- #352005: Ubercart's Catalog links were made "unclickable" by DHTML Menu's Javascript. DHTML Menu now uses identifiers with "dhtml_menu" in their name to ensure uniqueness.
- #356231: When DHTML Menu is configured to allow only one open menu, and a site uses a zen-based theme based on an outdated version of zen (pre 6.x-1.x-beta3), there is a strange "shuttering" behavior where menus slide closed immediately after being opened. This is caused by the lack of a required CSS identifier in the printed markup. Although this is a bug in the affected themes, it is trivially avoided with one line in DHTML Menu.
Translations
- #349268, #345204: The German, Esperanto and Spanish locales were updated with the latest string additions (6.x-3.2) and received a plural syntax bugfix.