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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 11:57:08 PST 2011


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

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


+++ This bug was initially created as a clone of Bug #44654 +++

Created an attachment (id=65507)
 --> (https://bugs.webkit.org/attachment.cgi?id=65507&action=review)
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>

I'm getting the same issue on mine. Really annoying. Works fine if I set the <code><tr></code> to <code>display:block;</code>. But of course this breaks my table.

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