M2vH / galleriffic

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

Slideshow gets doubled on thumb double-click #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Double click on thumbnail 
2. Slideshow is doubled
3.

What is the expected output? What do you see instead?
Just to show one image. 

What version of the product are you using? On what operating system?
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:21.0) Gecko/20100101 Firefox/21.0

Please provide any additional information below.
To fix this add to gotoImage at line 510 this piece of code

if ( this.currentImage !== undefined && imageData.hash == 
this.currentImage.hash )
    return this;

Original issue reported on code.google.com by dalibor....@gmail.com on 3 Jun 2013 at 8:23