Giter Site home page Giter Site logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Can you please provide steps I can repeat to re-create the problem you are 
seeing?
Also please provide the JS / CSS you are using in your show or a link to an 
example
online.

Original comment by [email protected] on 13 May 2008 at 1:59

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I sent you an email yesterday with a link to my page with the slideshow
implementation. Did you get it?

Original comment by [email protected] on 14 May 2008 at 7:36

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I have also noticed that I must sometimes click twice on the thumbnails before 
the
next image is loaded. This happens even when I wait a long period.

Original comment by [email protected] on 14 May 2008 at 2:05

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I did not receive the email. Also I will need steps to be able to re-create the
effect you are seeing before I will be able to fix it.

Original comment by [email protected] on 14 May 2008 at 2:16

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Strange, I sent to the address you have listed here.
There is really not much to recreate. Just click on the thumbnails in my 
slideshow or
the prev button until nothing happens.
I will resend the e-mail now. Let me know if you haven't received it.

Thanks!

Original comment by [email protected] on 14 May 2008 at 2:25

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Did you get it now Aeron?

I went to http://www.electricprism.com/aeron/slideshow/ and the same problem 
appears.

This is what you do:

When you enter the page, click on Pause.
Now click on the prev button. After a few clicks the slideshow will freeze with 
the
loading indicator running endlessly.

The same thing happens by clicking on pause and then clicking backward on the
thumbnails. You will finally enter a state when the loader keeps on going.
You will also notice how very often you must click twice on the thumbnails 
before a
transition is made.

I have tested this with Firefox 3.0b5 and 2.0.14.

Hope this helps!

Original comment by [email protected] on 15 May 2008 at 8:43

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
The problem is found on line 200 of slideshow.js.  If the slideshow is paused 
and the
image is not finished loading, preload isn't called again.  My guess as to why 
the
next button always works is that since the next image is preloaded when the 
current
image finishes loading, it passes the test on line 170.

Haven't looked long enough to know what the best solution is, but changing line 
200 to
   this.timer = this.preload.delay(100, this, fast);
seems to work.

Original comment by [email protected] on 15 May 2008 at 7:17

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thanks I will try that :)

Original comment by [email protected] on 16 May 2008 at 8:55

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This has been fixed in SVN

Original comment by [email protected] on 19 May 2008 at 3:04

  • Changed state: Fixed

from slideshow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.