Needs work
Project:
jCarousel
Version:
7.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2011 at 16:20 UTC
Updated:
25 Dec 2012 at 14:32 UTC
Hi,
I have noticed the following: when my Carousel started again (-> all items were shown once) it got buggy after some more items were shown - instead of repeating and repeating it suddenly disappeared. Now I changed this setting and there is no such behavior.
Best,
Tobias
Comments
Comment #1
quicksketchThe most likely cause of this issue may be outside the scope of the jCarousel module. Try visiting the demos at http://sorgalla.com/projects/jcarousel/#Examples, if the same problem exists there, it's a problem with the library and not with the module. Comparatively, the jCarousel module is responsible for very little actual JavaScript.
Comment #2
luketarplin commentedI have also experienced this problem with a site I am developing, the carousel seems buggy when wrap is set to circular, it also seems to be affected by the number of items selected to display by the view; eg if I choose 8 for the limit but only have 2 results then it seems to be even worse.
I have quite a few different javascript libraries on this site so it could be an incompatibility with something like colorbox or another such module. I couldn't see an auto scroller and wrap circular combo example on the site mentioned in the response by quicksketch.
Comment #3
luketarplin commentedIf you check https://github.com/jsor/jcarousel/issues you will see there are some similar issues relating to this problem so I suggest it is probably not a Drupal jCarousel issue.
Comment #4
quicksketchIf this can be shown to be a problem with the module (as opposed to the jCarousel library), please reopen. Right now I'm inclined to think there isn't anything we can do on the module side of things.
Comment #5
alexey.inkin commentedThis bug is described here: https://github.com/jsor/jcarousel/issues/64
The fix is also suggested there, and it works. One line of code needs to be changed in jquery.jcarousel.js, and jquery.jcarousel.min.js should be generated again from it. The bug is two years old now, and it's still not fixed in jCarousel. Maybe the Drupal module maintainers can fix this in the module's version of jCarousel?