-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Cover Image with fixed background causes Problems in Chrome #9619
Comments
If we can get the same visual but with a browser fix, then yes let's get this done. Design wise it shouldn't change how looks. |
I've tested and reproduced the issue in Chrome 67 on macOS 10.13 in BrowserStack. I also tested Chrome 66, 68, and 69, Safari 11.1, Firefox 59, 60, 61, 62 with macOS 10.13. The bug is unique to Chrome 67 only. I confirmed that However, MDN Docs for
While using |
Given we're at Chrome 71 now, and I can't reproduce it, can we close this ticket? Very sorry this did not receive a review sooner, it's been pretty hectic these past few months. For context, I recall trying to fix probably the same issue #2872 way back. I also remember this being fixed upstream, see discussion #2872 (comment). |
Cool. Closing this for now, we can reopen if issues arise again. |
Further context... I did some more testing and verified this was not an issue. Please see: #11608 (comment) |
Describe the bug
When using the cover image with a fixed background the image is not always shown correctly in chrome. Sometimes it is not visible and sometimes only a part is visible.
To Reproduce
Steps to reproduce the behavior:
This error exists both in the backend and in the frontend
This does not happen with all Images.
Expected behavior
The image should be completely visible
Screenshots
The image is only partly visible:
Here a Video for better understanding:
Desktop :
Additional context
I think this bug has something to do with the bug described here:
https://stackoverflow.com/questions/20268962/fixed-attachment-background-image-flicker-disappear-in-chrome-when-coupled-with
The following CSS Code fixes this bug:
.wp-block-cover-image.has-parallax{ will-change: top; }
The text was updated successfully, but these errors were encountered: