akaymaz / galleriffic

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

Paused slideshow does not play on 2nd+ image clicks #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click a slide, image advances and pauses slideshow
2. Click the next slide, image advances, slideshow stays paused.
3. ad infinitum

What is the expected output? What do you see instead?
After clicking on a slide after the slideshow is paused, slideshow should 
resume but does not.

What version of the product are you using? On what operating system?
This is done w/ the examples on your site; Vista OS using IE8, Chrome 
4.1.249, and FF 3.6.3.

Please provide any additional information below.
It appears that the function 'toggleSlideshow', defined on lines 417-424, 
allows the pause to occur on a click, but never allows the slideshow to 
toggle back to play on subsequent clicks.

Original issue reported on code.google.com by bbals...@gmail.com on 23 May 2010 at 11:45

GoogleCodeExporter commented 9 years ago
Goto Line 379 and comment this   this.isSlideshowRunning = false;
//this.isSlideshowRunning = false;

hope it will work ...

Original comment by waseem1...@gmail.com on 26 Apr 2012 at 6:27