-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overlay is not removed in firefox 42/43 #152
Comments
Thanks for reporting, will take a look. Could be caused by jQuery's |
hello, im having the same problem on my website, and instead of being removed, it just stays there. To add extra info to the scenario: the issue doesn't always happen, it happens when i open a new tab, and let it load in the background. after load completes, i navigate to that page and the qLtempOverlay is still there blocking everything over the web-page. thanks |
@amjo That's interesting. Maybe an event I am waiting for is not fired. Thanks! |
I have a similiar problem, but with latest Chrome. Also, my qLtempOverlay fades in to black, no matter what I set as The problems started when I upgraded to 3.0.9 if that helps. Thanks for a great plugin by the way! |
it seems that the loader finished its work slower in firefox (half a second slower? maybe it has something to do with loading-line fading out), and missed the chance to remove the
qLtempOverlay
overlay div.tested on firefox 42/43
ps, in my case, the
queryloader2.min.js
script is loaded via$.getScript()
.The text was updated successfully, but these errors were encountered: