[Webkit-unassigned] [Bug 63952] background clips incorrectly with border-radius rgba border and box-shadow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 13:09:04 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=63952


Nathan Hammond <bugs.webkit.org at nathanhammond.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs.webkit.org at nathanhammo
                   |                            |nd.com




--- Comment #6 from Nathan Hammond <bugs.webkit.org at nathanhammond.com>  2013-01-08 13:10:58 PST ---
This issue does not appear in the WebKit nightlies. I recommend it for closing.

As a (dirty) workaround for just the background-clip: padding-box; problem for released versions of WebKit, here is some CSS.

ul { border: 1px solid rgba(0,0,0,.3); border-radius: 8px; position: relative; list-style: none; }
ul::before { content: ''; display: block; width: 100%; height: 100%; border-radius: 7px; background: red; position: absolute; z-index: 0; }
li { position: relative; }

Please wash your hands after use.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list