-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Carousel gradient leaves 1px black line on inner edge in Safari #15205
Comments
I can't see this problem and can't repeat.
|
Interesting. I've reproduced it on 3/3 machines, but none of them were retina. Just tested a retina MBP and it does not reproduce there. Reproduces with the following: |
so non-retina only 👍 |
Definitely non-retina. Tried it on a non-retina screen, and could reproduce. Tried changing the widths of the gradient in the So, changing the width of the gradient to 20% would solve this edge case, but I wonder if there's another way to resolve without doing that. |
Your description doesn't exactly match what I'm observing. There must be some other system or page dependancies. Seems like some funky rounding error. Width 1px - 8px: even px values cause left line, odd cause right line |
Add Wall of Browser Bugs entry for #15205
Filed upstream Safari/WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=139803 |
Is there a workaround for this? |
Nope, unless you get rid of the gradient entirely. |
This has been fixed in WebKit Nightly as of r186963: http://wkbug.com/139803 |
The carousel gradient leaves 1px black line on inner edge. This seems to be Safari specific and introduced with v8.0 (I'm running MacOS 10.10.1). It is also browser window size dependent, as you grow and shrink the window you'll see this line flicker and come and go. The color of this line appears to follow the color of the opposite side of the gradient as well, so if I make the far end green, this 1px line will be green.
I am seeing it reproduce on a few public websites on the left gradient, and on the bootstrap examples page on the right gradient.
Examples:
http://www.sccmas.org/dayatfield.php
http://thecurlybaker.com
http://getbootstrap.com/javascript/#carousel
The text was updated successfully, but these errors were encountered: