Views Slideshow manages IDs to make them unique, but there's still an issue. For example, Drupal.viewsSlideshowPagerFields.goToSlide fetches pager items using [id^="id"] selector. And if there are 2 similar views on page it will return id and id-1 as well.

Comments

sickness29 created an issue. See original summary.

sickness29’s picture

Assigned: sickness29 » Unassigned
Status: Active » Needs review
StatusFileSize
new380 bytes

Here's a patch to fix that.

nickdickinsonwilde’s picture

Status: Needs review » Fixed

I adjusted it slightly so that the id goes 1->2->3 instead of 0->2->3. Doesn't really matter, but I think it looks better.
Thanks for the patch, applied.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.