This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Slides on when not visible on modern browsers #1266
Closed
Description
openedon Jan 30, 2015
It looks like there is a bug on pauseInvisible for browsers that support PageVisibility without vendor prefixes.
Steps to reproduce
- go to a page with a slider on the latest Chrome
- note how long it takes for the slider to advance
- wait until a slide has advanced
- note the slide you are currently on
- open a new tab to goolge.com and wait enough time for the slider to advance
- go back to the slider tab
- note how the slide immediately advances
- try the same on Firefox
- note how firefox does not advance immediately, instead it seems to advance while you are on another tab
Expected behavior
Once returning to the slider from another tab, the slider should still be on the same slide.
Analysis
There looks like there is code to stop advancement in FlexSlider, but on modern browsers it's not working because of a bug. See dahmian@8881085.
Tested on OS X 10.10.2 (14C109) with Chrome 40.0.2214.94 (64-bit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment