Closed (fixed)
Project:
Views carousel
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2008 at 15:30 UTC
Updated:
3 Dec 2008 at 02:23 UTC
I installed the module and I have one issue. When I hit the next-button the list of items will scroll to the last entry and not to the specified value in "Number of items to display in the carousel".
The prev-button is working as expected.
Comments
Comment #1
TomMynd commentedHi,
I tested a little bit with the configuration When I make no entries in "First item to start on" and "Number of items to display in the carousel". So now the carousel is correct... WTF?
Any hints from anyone how to get more deeper in debugging this module?
Comment #2
Rob_Feature commentedThis s a known bug in the carousel right now (notice the little "need to test this" checkbox on the settings?). To fix it for now, just delete the "Number of items..." number and resave your view.
That bug will be fixed in an upcoming release.
Comment #3
mfer commentedThis was an issue where a string was being passed into jcarousel in place of an integer. viewscarousel.js not changes the strings to integers where needed. This is updated in the dev snapshot that should be out shortly.
Comment #4
mfer commented