Closed (fixed)
Project:
Gallery formatter
Version:
7.x-1.2
Component:
Gallery styles
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2012 at 12:56 UTC
Updated:
21 Sep 2012 at 09:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
lemming commentedWe had the same issue on one of the sites we were developing. The next "slide-button" does not initially work with certain number of slides in the "gallery-frames".
The issue seemed to be that a selector for picking the starting frame was
'not("cloned")'when it should have been
'not(".cloned")'I have included a patch for version 1.2 of the module. It seems to correct the issue, at least for all the cases I have found where we previously had this problem.
Comment #2
manuel garcia commented@lemming: I've committed your patch with proper attribution, so you should have one commit on your user page - also, thanks for improving the selectors =)
http://drupalcode.org/project/galleryformatter.git/commit/a50c9cd
Thanks!
Comment #3.0
(not verified) commentedslide-button