Closed (fixed)
Project:
jCarousel
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jun 2011 at 14:14 UTC
Updated:
2 Nov 2011 at 14:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThank, I thought we were running 0.2.8 already, but you're correct we're only on 0.2.7. Could you describe "all sorts of problems"?
Comment #2
td540 commentedTurns out it was just a small CSS issue :)
Apparently the 0.2.8 version does not add
overflow:hiddento the jcarousel-clip-horizontal and jcarousel-clip-vertical divs. So I just had to add it to my custom skin css.Comment #3
td540 commentedHere's a patch.
Comment #4
andypostIs this duplicate issue #1009142: jCarousel callback options do not work
Comment #5
quicksketch@andypost: That issue (newly re-opened) looks like a different request.
Comment #6
Crell commentedI've applied this patch to the 7.x-2.x branch and it's working fine for me there so far.
Comment #7
td540 commentedAny chance of quickly wrapping this into a new release soon?
Comment #8
zambrey commentedbump, nothing fancy here.
Fixed whitespace warning.
Comment #9
dkingofpa commentedWhat is the minimum supported jQuery version for jCarousel plugin version 0.2.8? The jQuery Update module only brings D6 up to jQuery 1.3.2.
Comment #10
emackn commentedIt applies cleanly to D7 dev branch and 2.4-alpha3.
Comment #11
emackn commentedHere's a make compatible patch.
Comment #12
quicksketchCommitted to both 2.x branches.
The jCarousel library works with any version of jQuery 1.2.3 (the version that ships with Drupal 6 core) or higher. You can use jCarousel with or without any jQuery Update.
Comment #13
td540 commentedWorks great, thanks :)