AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Clicking image/thumbnail in quick succession makes the image appear multiple times #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click the image several times in quick succession
2.
3.

What is the expected output? What do you see instead?
The gallery should cycle through the images. Instead, several copies of the 
image appear.

What version of the product are you using? On what operating system?
Gallery downloaded 2011-01-23. jQuery 1.4.4. Google Chrome 8.0.552.237 on 
Windows 7. jquery.history and jquery.opacityrollover not used.

Please provide any additional information below.

N/A

Original issue reported on code.google.com by simonbro...@gmail.com on 23 Jan 2011 at 8:31

GoogleCodeExporter commented 8 years ago
I have a same problem ! 
How did you do to solve it?

Original comment by mathieu....@gmail.com on 22 Jun 2011 at 3:41

GoogleCodeExporter commented 8 years ago
To my startup configuration I added:

onSlideChange: function() {
    $("#slideshow").html("");
}

Where "#slideshow" is my image container.

Original comment by simonbro...@gmail.com on 22 Jun 2011 at 6:42