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 animate on latest firefox (even the last 2 major version of firefox) #898

Closed
batata004 opened this issue Jan 14, 2019 · 13 comments
Closed

Comments

@batata004
Copy link

Pass your mouse over the red element at: https://jsfiddle.net/egaLns4j/

If you do so using chrome you will see an effect being applied. If you do so using FF, nothing happens.

The code at https://jsfiddle.net/egaLns4j/ is pretty minimmal and I cant understand how firefox does not work with it.

@eltonmesquita
Copy link
Collaborator

I just updated Firefox (64.0.2 (64-bit) on Windows 10) and everything's working fine. Check your FF's configurations as this might be related to #831.
If the problem persists, please share your browser and OS versions.

@batata004
Copy link
Author

batata004 commented Jan 15, 2019

I just checked now and I am using latest FF on WIN10. See print below.

I am not using any extension/addons, no crazy confs... just plain and simple clean install of firefox. And this bug happens to me and it was also a customer of mine who told me about it and when I checked on my firefox it indeed happened. So I am pretty sure at least 2 people (me and my customer) could reproduce it on FF (I dont know if my customer FF version was the latest).

image

Also, my ACCESIBILITY is disabled, see print below:

image

@eltonmesquita
Copy link
Collaborator

Sorry, but I even tried this on FF for Linux and everything's working fine. One thing that you can try is to remove and add both classes, animated and rubberBand as this might be related.

@eltonmesquita
Copy link
Collaborator

Hey @batata004 any news on this? I still thinks it's not an animate.css issue.

@batata004
Copy link
Author

@eltonmesquita I tried on 2 other computers with latest FF and Win 10 and this bug happens. BUT I think it may not be related to animate.css but with FF for some reason. I ended up formating my WIN10 and after that FF worked with animate.css. BUT on computers that UPGRADED from older versions of FF showed this problem. I am convinced that animate.css is not curlprit for this but I woud like to keep this open just for a few days cause I opened a bug report on mozilla so they can check this thread.

@eltonmesquita
Copy link
Collaborator

Was there any active extension when you ran into the problem?

@batata004
Copy link
Author

batata004 commented Jan 20, 2019 via email

@eltonmesquita
Copy link
Collaborator

I'm closing this as it isn't related to the library. Feel free to reopen it if needed.

@batata004
Copy link
Author

Problem solved! It's indeed an issue with ANIMATE.CSS library! It is not using MOZ vendor prefix! Some Firefox distributions (even the latest one with Portuguese) for some reason requires MOZ prefix! Animate.css only prefix with "webkit" and nothing else! Is it possible to get it to work with moz?

@eltonmesquita
Copy link
Collaborator

Well, that's odd. Is this downloaded from the official channel? Firefox dropped the moz prefix some time ago.
Anyway, you can clone the repo, change the browser list settings and rebuild it so it'll get all the prefix you need.

@batata004
Copy link
Author

That's indeed odd but I think animate should not drop MOZ support since many people use still outdated version AND even the latest version in portuguese demands using MOZ for some reason. Maybe FF will fix this soon but as I speak with you, my latest version of FF has this issue.

@eltonmesquita
Copy link
Collaborator

Nope. I've got the BR version in portuguese on three systems (Windows 10, Mac and Linux) and they all work just fine. There should be no changes in the browser's engine based on the language.

It might be a long shot, but I've seem cases where some malware/adware substituted the installed browser for some older and modified versions of them, believe it or not.

Maybe that's the case? As you can see here and here, there's no need for the -moz since version 16.

@batata004
Copy link
Author

THIS BUG THAT I REPORTED SEVERAL MONTHS AGO WAS JUST ACKNOWLEDGED RIGHT NOW at #928

Anyway, at least now it's clear I am not crazy or doing something completely weird.

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

2 participants