This is actually more of an issue with the underlaying jcarousel library. But, there is problems in the Chrome browser when loading the carousel onto the page via an ajax callback - the previous and next buttons are disabled. This is discussed here http://osdir.com/ml/jQuery/2009-02/msg01452.html

CommentFileSizeAuthor
#5 909806-5.patch2.76 KBrjbrown99
#1 jcarousel-chrome-ajax.patch556 bytesmrfelton

Comments

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new556 bytes

And here is the patch

quicksketch’s picture

Status: Needs review » Fixed

We've upgraded to the latest jCarousel library (0.2.7) in the 2.0 branch, please reopen if this is still a problem there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rjbrown99’s picture

I realize this is closed, but I'm still seeing issues with this. Here's a link that may be helpful to others:

https://github.com/jsor/jcarousel/issues/221

rjbrown99’s picture

StatusFileSize
new2.76 KB

I am leaving this closed as my patch is more of a hack than a true fix, and all of my changes are really in the jCarousel library. That being said, here's my patch which is the fix I link to in post #4. Between the comment I linked to in #4 and this patch, jCarousel now works for me in a ctools modal.

Macronomicus’s picture

Thanks rjbrown99 , im going to give that a try, I couldn't figure why chrome was misbehaving.

Macronomicus’s picture

Status: Closed (fixed) » Reviewed & tested by the community

Patch in #5 makes Chrome behave with the prev/next buttons.
Cheers rjbrown99

Macronomicus’s picture

Status: Reviewed & tested by the community » Needs review

EDIT: Uhm... scratch all that, I finally noticed whats happening, will post a separate issue.