-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
translate(0, 0) kills z-index #6023
Comments
This is interesting. The @tagliala What do you think here? |
I would remove that rule and preserve z-index |
Also see #6142 |
We just experienced this issue on our website as well. We have social buttons in the footer. We also have a "notepad" that slides up from the bottom of the page, as an "overlay". The font-awesome icons from the footer appear /on top/ of the overlay, even though they have a lower z-index. So I'd vote with @tagliala on this. For now, we're patching this in our master CSS file like so: |
I'm with the same problem, I had to fix as @gameguy43 described. My doubt is. |
I can confirm there is a difference |
Sorry, But this doesn't answer my question. |
Sorry if this is lame, but can you spell it out for me? I truly see no difference. |
Ok. Subtle! Weird that it would make such a difference. Thank you for showing it. |
you're welcome! btw the z-index is more important so this rule will be probably removed |
Now I see a light difference, but users doesn't care about this. |
@guibirow I can clearly spot the difference at 100%. 😕 |
Sorry, but I'm sure if you show the icon without transform to a regular person, and ask whats wrong, nobody will notice anything. |
The problem is that we just need to provide icons, and we want to provide icons at the best we can. If a transform is needed to make vertical lines crisper, then we should use it. But... if the before mentioned transform breaks z-index, I would definitely remove that rule :) #6023 (comment) |
This is a really sad one for me to lose. I thought I had Firefox rendering finally down. Any other things we can try to see about getting that pixel perfection back in Firefox? |
Removed translate() from 4.4.0-wip branch. Closing... |
I was unintentionally relying on this bug for proper z-index stacking of a kebab menu icon. Ooops, that was a fun bug to track down. |
Revisting this issue. I have a use case where user behaviour dictates the size of button icons and transform is the best css method to scale without breaking layout. Has anyone at FA figured looked into this since? |
The facebook icon should be lay under the red div:
http://jsfiddle.net/ovab9gL5/8/
there is an thread on stackoverflow: http://stackoverflow.com/questions/5472802/css-z-index-lost-after-webkit-transform-translate3d , but this doesn´t solve the problem
The text was updated successfully, but these errors were encountered: