[Webkit-unassigned] [Bug 30643] New: -webkit-box-shadow does not render.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 14:04:13 PDT 2009


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

           Summary: -webkit-box-shadow does not render.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: no sample - yet
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rjfranco at gmail.com


I'm not sure what conditions are necessary to reproduce this issue, as I've
only encountered it on a private network:

I have css pointing to divs, within divs and although chrome is able to render
the -webkit-box-shadow as expected, safari does not render the provided style
at all. The section of css pertaining to the area is below, and the actual div
that is not rendering correctly is div.expander div div.

div.expander h4 {
    margin: 0;
    background: url(/images/dv7/expand_top.jpg) 0 0 no-repeat;
    height: 19px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666;
    text-indent: 31px;
    padding: 18px 0 0;
}

div.expander h4 a {
    display: block;
    height: 37px;
}

div.expander div {
    padding: 10px 0;
    background: url(/images/dv7/expand_mid.jpg) repeat-y;
}

div.expander div div {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    width: 622px;
    margin: 0 0 0 16px;
    -moz-box-shadow: #bbb 0 0 8px 5px;
    -webkit-box-shadow: #bbb 0 0 8px 5px;
}

-- 
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