-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Chrome+Safari bug: background-image in non-1st column of multi-column layout isn't displayed #19600
Comments
@MickeyElliott Please make a JS Bin or JS Fiddle that demonstrates the problem. |
Here you go! Works as expected in IE Edge and Firefox. Looks like it may be specific to Google Chrome. |
Confirmed in Safari 9.1 and Chrome Canary. Looks like a bug in WebKit/Blink's implementation of CSS multi-column layout. |
Reduced testcase for Chrome: https://jsfiddle.net/cvrebert/8dskgzah/ |
Hmm, I guess Chrome has multiple bugs, at least one of which is already fixed in Canary; my testcase doesn't repro in Canary 51. Guess I'll try again. |
I'm working on a solution. I've found a partial solution so far. |
New reduced testcase for Safari & Chrome Canary: https://jsfiddle.net/cvrebert/fmsm1p9p/ |
Filed Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=597471 |
Filed WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=155823 |
Closing since this isn't a bug in Bootstrap per se (since custom CSS is involved), and we've filed upstream bugs with the browser vendors. |
The Safari bug has already been fixed in WebKit Nightly: https://bugs.webkit.org/show_bug.cgi?id=155823#c3 |
Thank you. I hope to see a fix from the vendors soon! |
MS Edge also seems to suffer from a |
Seems like cards with a background-image set via css are not rendering the background-image in any column except the first column.
-webkit-column-count: 3;
My data-attributes are rendering a <style> in ther header.
https://jsfiddle.net/MickeyElliott/gamy6Lrs/
The text was updated successfully, but these errors were encountered: