Bug 53110 - "-webkit-box-shadow" with "inset" on a <tr> element, doesn't render
Summary: "-webkit-box-shadow" with "inset" on a <tr> element, doesn't render
Status: RESOLVED DUPLICATE of bug 44654
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 11:57 PST by Matthew Sanders
Modified: 2011-11-30 19:37 PST (History)
2 users (show)

See Also:


Attachments
Firefox vs Webkit (11.87 KB, image/png)
2011-01-25 11:59 PST, Matthew Sanders
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Sanders 2011-01-25 11:57:08 PST
+++ This bug was initially created as a clone of Bug #44654 +++

Created an attachment (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>

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.
Comment 1 Matthew Sanders 2011-01-25 11:59:03 PST
Created attachment 80094 [details]
Firefox vs Webkit

Firefox on the left
Comment 2 Luke Macpherson 2011-11-30 19:37:44 PST

*** This bug has been marked as a duplicate of bug 44654 ***