Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.64k stars 1.38k forks source link

The backface-visibility property does not work in Firefox 63 with images ... #4631

Open caaker opened 5 years ago

caaker commented 5 years ago

In Firefox, 63.0.1 (64-bit), this line of code has no effect, and you can still see the "backface".

backface-visibility: hidden;

Even after adding in the line below ( prefix ) there is no effect.

-moz-backface-visibility: hidden;

The code under analysis works in Chrome with no prefix and Safari with a prefix.

Here is a fiddle to see the effect across browsers.

http://jsfiddle.net/hcuaw7p3/7/

Ugoku commented 5 years ago

Looks exactly the same in Chrome/Vivaldi and Firefox here (Ubuntu, Firefox 63, Chrome 70)

marko-hologram commented 5 years ago

Firefox 63.0.1 (64-bit) on Windows 10 here. Works as expected. Cannot see the back of the card until I remove that backface-visibility: hidden; line.

caaker commented 5 years ago

I'm on MacOS Mojave ( Version 10.14).

I just verified again it does not work in MacOS / Firefox. I also included the temporary fix in this fiddle.

http://jsfiddle.net/hcuaw7p3/11

I have created a screenshot showing the browser version, OS version, failing jsfiddle display, and posted it here:

https://i.imgur.com/5ZibwA7.png

srlaird commented 5 years ago

Thank you very much for the Firefox fix. Still needed with Firefox 66.0.1. We never know how many people we help when we contribute!