Active
Project:
jCarousel
Version:
7.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 10:26 UTC
Updated:
2 May 2013 at 17:38 UTC
Jump to comment: Most recent
Make a view of images styled with jCarousel.
Add a lot of images and start scrolling to the right.
Every click the ul .jcarousel-list left property will be reduced with the item width.
When the left property goes over -10000 the carousel starts behaving strangely.
To see the problem visit www.bonino.be.
Only about 20 clicks to the right, the amount of clicks depends on the .jcarousel-item-horizontal width.
For the standard skin its about 100 clicks.
Comments
Comment #1
fiene commentedFound the problem: it's a jquery v1.4.4 bug.
If you switch to jQuery JavaScript Library v1.5 the problem is solved.
(http://bugs.jquery.com/ticket/7193)
Comment #2
Anonymous (not verified) commentedUpdating the jQuery Worked for me !, Thanks Fiene.