Bilal

Results 7 comments of Bilal

# Firefox 41.0 ## v14 ![14-firefox](https://cloud.githubusercontent.com/assets/1226802/10077030/7d75acec-62ac-11e5-9e16-3137a091e91a.gif) ## v15 ![15-firefox](https://cloud.githubusercontent.com/assets/1226802/10077042/8e242370-62ac-11e5-984a-a56a2eb21bbc.gif) ## v16 ![16-firefox](https://cloud.githubusercontent.com/assets/1226802/10077139/00c60a88-62ad-11e5-88a3-e3e9a1fcb3bf.gif) # Chrome 45.0.2454.99 m # v14 ![14-chrome](https://cloud.githubusercontent.com/assets/1226802/10077033/82de911c-62ac-11e5-8937-36aa4178e829.gif) # v15 ![15-chrome](https://cloud.githubusercontent.com/assets/1226802/10077046/925bc394-62ac-11e5-9e90-fec3157edb55.gif) # v16 ![16-chrome](https://cloud.githubusercontent.com/assets/1226802/10077060/9be7c8d6-62ac-11e5-9113-24620f696616.gif)

This seems to be an issue with Font Awesome, as their class selector `.fa` has an attribute `transform: translate(0,0);`. Disabling this field perserves the backface-visibility.

oops, you are right. :sheep: for what it's worth, I've reverted to v16 and manually inserted `transform: inherit` on font awesome divs. So what used to be: ``` HTML ```...

http://jsfiddle.net/lebiru/uy6saao2/ I am putting the font awesome icon inside of a table row.

http://jsfiddle.net/lebiru/o7qe0xLw/1/ Sure enough, if I do not use the spinner class, it behaves as expected.