Skip to content
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

Bug with Firefox #443

Closed
ghost opened this issue Dec 6, 2014 · 4 comments
Closed

Bug with Firefox #443

ghost opened this issue Dec 6, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 6, 2014

Hello ! Firstly, I'd like to thank you for this amazing project !
And secondly, there is some bugs with Firefox. When I try the "official" demo, there is some pixels of ancient slides that stays displayed even in other slides. Sorry, I'm not clear, I don't speak english very well, so, here's a screenshot of what I see when I try your demo : https://imgur.com/JZ0UoM8 (I'm running Firefox 34 on Ubuntu 14.04)
Is there a rationnal explanation for that ?

@ghost
Copy link
Author

ghost commented Dec 6, 2014

And I must add that when I go in an other tab in Firefox, and after that, I re-come to the impress.js tab, everything is clean, and there is no trace of the bug...

@FagnerMartinsBrack
Copy link
Member

This is a known and reported bug at Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1098266

@FagnerMartinsBrack
Copy link
Member

For now you could do this:

if ( navigator.userAgent.indexOf( "Firefox/34.0" ) !== -1 ) {
    $( "body" )
        .removeClass( "impress-supported" )
        .addClass( "impress-not-supported" );
}

@ghost
Copy link
Author

ghost commented Dec 17, 2014

Oh, sorry ! I didn't think to search an answer in the Mozilla tracker...
So, it's a bug of Firefox itself...
Thank you very much !

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant