AltynbekKZ / galleriffic

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

Autostart pauses when a slide is selected #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Slideshow starts with Autostart: true.
2.Click on a slide.
3.Slideshow pauses

What is the expected output? What do you see instead?
I would prefer that the autostart would continue to play the slideshow.
Instead it pauses and it isn't very obvious that is pauses, some people I
have found get confused by this.

What version of the product are you using? On what operating system?
I am using 2.0 on XP with firefox, ie8, chrome.

Original issue reported on code.google.com by blackbir...@gmail.com on 14 Dec 2009 at 8:52

GoogleCodeExporter commented 8 years ago
that's a feature, not a bug

Original comment by alundgre...@gmail.com on 17 Dec 2009 at 4:29

GoogleCodeExporter commented 8 years ago
I know it it was addressed as a bug but I would prefer that it would continue to
play. At least that is what most people have been expecting when they skip 
ahead.

Original comment by blackbir...@gmail.com on 17 Dec 2009 at 4:50

GoogleCodeExporter commented 8 years ago
If you want to continue the slideshow when clicking, comment this line: 
this.pause();
, at line ~112 , after this line : " clickHandler: function(e, link) { "

clickHandler: function(e, link) {
//this.pause();

Original comment by john...@gmail.com on 9 Mar 2010 at 2:32

GoogleCodeExporter commented 8 years ago
Ok, I did this but If you select the next slide series the autostart stalls.
Only after a refresh of the page does it work again.

Please see my attachment so you can see what's going wrong.

Original comment by enigma0d...@gmail.com on 11 Mar 2011 at 12:17

Attachments: