Ticket #162 (closed defect: fixed)
Conflicting slideshows when a single blog post appears multiple times on a page
| Reported by: | agilbert | Owned by: | johnnyoffline |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | apostrophePlugin | Version: | 1.0 |
| Keywords: | Cc: | hillerj, geoffd, dordille | |
| Symfony version: | 1.4 |
Description
apostropheBlogPlugin has a slot for embedding one blog post at a time on a page: aBlogPostSlot.
There is also a simple component that can be included in a template for showing the most recent posts.
It is possible for a single blog post to appear twice on a page if some combination of multiple slots or components is used.
If this post has a slideshow on it, the Javascript isn't scoped properly so that the duplicates don't conflict with each other. Trying to advance in the slideshow in any area will only cause the first instance of the slideshow to advance.
I think this is really a bug in the slideshow template, not really part of the blog plugin. Let me know if I'm wrong here though.

