Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Start/Stop Slider works in Firefox, Safari, IE, just not chrome.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43612
    mavc
    Member

    Start/Stop Slider works in Firefox, Safari, IE, just not chrome. It justs keeps sliding past everything in Chrome only. I think it’s the javascript, but I don’t know Javascript well enough to be sure. Helppp!

    It’s viewable here:

    http://mavcgraphics.com/MAvC_G-Products/index.html

    and I’ll put whatever code up you want to see…but I don’t know which snippet to include…

    #136681
    Francisco
    Member

    I’m having the same problem. The slider doesn’t works fine in google chrome.

    In the last image, the slider go ahead and doesn’t come back.

    has someone solved this?

    #136686
    Francisco
    Member

    Well, I have solved my problem.

    It was changing the next condition: “if (movement == tooFar)”
    to “if (movement <= tooFar)" Regards.

    #136687
    CrocoDillon
    Participant

    Probably because of Chrome’s pixel rounding errors, it’s the worst. (Chrome is the new IE, still love it though) :P

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.