Hello,

www.presaj.fr/02062012

When i click the first time on the right arrow (not the big and green one, the smallest on the photo => slide-button) nothing happend.
But then, when i click on a thumbnail, then the small arrow works.

This problem is available on the latests versions of firefox and chrome.

THanks

CommentFileSizeAuthor
#1 next_button.patch2 KBlemming
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lemming’s picture

FileSize
2 KB

We 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.

Manuel Garcia’s picture

Status: Active » Fixed

@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!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

slide-button