This issue is a continuation of #992726: Views integration for Drupal 7, which got Views support working in Drupal 7 except for AJAX support.
Right now if you try to use jCarousel in an AJAX-enabled view, the first page will be the only page returned in the carousel once an AJAX request is executed.
To reproduce:
- Set up a new View, give it a page display to view the results.
- Set "Use pager" to "Display a specified number of items" and set it to 4.
- Set the "Use AJAX" option to "Yes".
- Add a field or two to the view.
- Change the display style to "jCarousel".
When viewing the carousel going forward will reload the first 4 items again. The second 4 items seem to show up when clicking the previous arrow after clicking next however. If the carousel is set to "Circular" wrap, going beyond the number of items in the carousel (such as going beyond 2 pages of 4 items when there is a total of 8 items) will result in jCarousel's throbber element being shown for all the new items.
Comments
Comment #1
aristeides commentedsubscribing
Comment #2
quicksketchPlease do not reopen an issue for some completely different problem. I think you're describing a problem solved in #1058028: Add guard-class and prevent JS error when using certain jCarousel options.