[Webkit-unassigned] [Bug 44654] New: "-webkit-box-shadow" with "inset" on a <tr> element, doesn't render

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 17:44:45 PDT 2010


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

           Summary: "-webkit-box-shadow" with "inset" on a <tr> element,
                    doesn't render
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davidg at v7s.com


Created an attachment (id=65507)
 --> (https://bugs.webkit.org/attachment.cgi?id=65507)
shows firefox and webkit side by side. Firefox has the correct look.

It renders fine on TR elements without inset.  But add inset and the box shadow dissapears.

The css:
<code>

tr {
  -moz-box-shadow: white 0px 1px 0px 0px inset;
  -webkit-box-shadow: white 0px 1px 0px 0px inset;
  -o-box-shadow: white 0px 1px 0px 0px inset;
  box-shadow: white 0px 1px 0px 0px inset;
}

</code>

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