Closed (fixed)
Project:
Accordion Menu
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Jan 2010 at 21:10 UTC
Updated:
14 Mar 2012 at 05:20 UTC
Website with issues: http://staging.friendsofkaren.org/
MENU
Events
Year End Appeal
Community Events
When you click on "Events" the menu opens, but when you click "Year End Appeal" or "Community Events" the menu closes up (so you can't see sub-pages for the "Events" section.
Suspect the issue has something to do with the function in the header.
Suspect is shouldn't be "active: 0".
$("#accordion").accordion({ header: 'h3', cookie: { path: '/' }, active: 0, event: 'mousedown', autoHeight: false
Using:
jQuery UI 6.x-1.x-dev (first attempted 6.x-1.3)
jquery.ui - version 1.6
jQuery Update 6.x-1.1
Attempted to update to jquery 1.7, but ran into a ton of issues.
Thanks in advance!
Comments
Comment #1
emsbrooklyn commentedRealized the issue really is the H3 tag attribute - aria-expanded="false" and there is no class "selected".
I've tried everything I can think of - maybe the menu item in the database is funky. No MySQL star, but I can get around in phpmyadmin. Does anyone know where this info is stored in the database?
Comment #2
emsbrooklyn commentedThe page is a View. I rebuilt the View, gave it a new path and I'm still having the same issue. Is there an issue with using Views as a top-level menu item and this module?
Comment #3
emsbrooklyn commentedComment #4
BassistJimmyJam commentedFrom the JQuery UI docs "NOTE: If you want multiple sections open at once, don't use an accordion". The JQuery UI plugin simply does not support having multiple levels open at a time. For more information, see http://jqueryui.com/demos/accordion/.
Comment #5
emsbrooklyn commentedDon't want (or need) multiple sections open at once. And it only happens in one section ("Events").
Suspect I wasn't clear before...
Issue:
Click a main section ("Events"), it opens to expose menu items below.
Click one of these links (underneath "Events") and the menu closes back up, so you don't know where you are
Test Site:
http://staging.friendsofkaren.org/
Comment #6
solotandem commentedVersion 6.x-1.1 fixes the bug in #1 and includes new features.
Comment #8
LadybugRed commentedI'm experiencing the same problem described in #5, using 6.1.1.
Comment #9
solotandem commentedSome details and a demo site URL would be helpful. What accordion triggering event are you using? What are all of the settings for this module?
Comment #10
angelammi commenteddeleted
Comment #11
solotandem commentedWhen you click on another header item, it is supposed to close the current one and open the new one. That is the definition of the accordion effect. Please re-read #4. With accordion, only one menu section may be expanded.