Using the newest stable CTools/Panels and Panels Accordion 6.x-1.x-dev from October 15, 2010, everything seems fine, but when clicking on a section heading, the sliding pane (and the whole thing) gets stuck.

CommentFileSizeAuthor
capture.jpg33.96 KBm.a.r.t

Comments

davidburns’s picture

What version of jQuery UI are you using? I suggest using 1.6

m.a.r.t’s picture

I tried with 1.8.5 as well as with 1.7.3. It worked with 1.7.3 before.

Edit:

I can confirm that the latest dev doesn't work with jQuery UI 1.6 either, at least for me.

resveld’s picture

Latest dev works with Jquery 1.7.3

davidburns’s picture

I suggest removing your panels_accordion module folder entirely and downloading the newest dev version.
I've tested w/ 1.7.3 as well and it seems to be working fine.

Can you provide a url where it's not working for you.

m.a.r.t’s picture

davidburns’s picture

I can't get that url to work.

m.a.r.t’s picture

The site's inaccessibility must've been a temporary thing.

davidburns’s picture

Here's the error.

TypeError: Result of expression 'o.easing[this.options.easing||(o.easing.swing?"swing":"linear")]' [undefined] is not a function.

There is a conflict w/ your adblock module. More specifically the jquery.easing plugin that it provides.

<script type="text/javascript" src="/sites/all/modules/ddblock/js/jquery.easing.1.1.1.js?Q"></script>

This thread seems to suggest a solution
http://github.com/razorjack/quicksand/issues/issue/15#issue/15/comment/2...

*EDIT* You may also want to try downgrading jquery_update to the 6.x-1.x branch

m.a.r.t’s picture

I thank you for your support, davexoxide, and I apologize for not testing the dev on another page first.

davidburns’s picture

Status: Active » Closed (works as designed)

No worries m.a.r.t glad I was able to assist. And I'm glad we have the issue documented here for others to see.

Equinger’s picture

Thanks, guys.