Closed (fixed)
Project:
Accordion Menu
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 May 2012 at 15:52 UTC
Updated:
31 Dec 2012 at 23:40 UTC
Hi,
I built a menu and it looks and works great except some of the header links that are lower in the menu won't go to the page on the initial click because the accordion moves before the link is clicked. I tried to switch the settings from "mousedown" to "click" but the settings are not saving.
Also is there a way to change the speed of the accordion because that might help as well.
Thanks,
Tim
Comments
Comment #1
solotandem commentedTry the dev release to allow you to save the event setting. It is one commit beyond the 6.x-1.2 release.
The conflict between the JS events that fire on the designated event (mouse down or click) is the reason for adding the setting to render the header menu item not as a link. This way a click on the header only expands or contracts the sub-menu items. As it is, you have the inconsistent behavior you (and others, including me, describe and experience). This is jQuery and JavaScript, and I can not change it through this module.
With a non-link for the header menu item, to be able to redirect to the page that the header menu item is set to, it would need to be included in the sub-menu items. Is that approach possible for you? In other words, the header simply becomes a category name and the means to expand/contract the menu.
As far as the accordion speed, is this a setting in the jQuery UI accordion library? If so, then we should be able to expose it. If not, then unlikely unless someone wants to modify that script. Would you report back on this?
Comment #2
solotandem commentedSee #1.