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

fiene’s picture

Found 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)

Anonymous’s picture

Updating the jQuery Worked for me !, Thanks Fiene.