Closed (fixed)
Project:
Views Accordion
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2011 at 20:07 UTC
Updated:
17 Apr 2011 at 20:41 UTC
I have images that link to Colorbox overlays on my page. If I click one of those images, then exit the Colorbox, then try to click one of my Views Accordion titles, the animation doesn't work. I'm guessing it's conflicting with Colorbox's jQuery. Can anyone help?
Here is my site:
http://1199dev.alexmarkle.com/front
Thanks!
Comments
Comment #1
TheAlienShore commentedNew link is http://1199dev.voicesofqualitycare.org
Any assistance is greatly appreciated.
Comment #2
manuel garcia commentedJust confirming this, I'm not sure wether this is a bug with colorbox or with the accordion. The fact is that when you open a colorbox image that's within the accordion content, somehow it triggers wrapping the content on another div, which throws off the accordion selectors.
I'm looking into it, but it seems a hard one to figure out...
Comment #3
manuel garcia commentedOK, it was actualy a bigger bug on views_accordion part than I had thought.
We weren't preventing reprocessing when drupal attach behaviours is called again, and colorbox does that when you click an image.
I've committed the fix already, it will be in the next release or in the dev tarball when it next gets generated.
Comment #4
TheAlienShore commentedAwesome. Thanks Manuel. Can't wait to use it! Much appreciated.