Bug 101184
Summary: | box-shadow is cropped when using column-count and column-gap | ||
---|---|---|---|
Product: | WebKit | Reporter: | spam |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bdakin, bfulgham, jmcollin92 |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | Unspecified | ||
URL: | http://jsfiddle.net/chovy/cVd8N/3/ |
spam
THe box-shadow applied is cropped off by the column-count and column-gap. This does not happen in Firefox (see http://jsfiddle.net/chovy/cVd8N/3/ )
Chrome and Safari experience the same cropping.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
jmcollin92
+1. I experienced the same trouble.
jmcollin92
One workaround is to add "display: initial;" but it is not applicable to all cases.
Brent Fulgham
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.