RESOLVED DUPLICATE of bug 44654 53110
"-webkit-box-shadow" with "inset" on a <tr> element, doesn't render
https://bugs.webkit.org/show_bug.cgi?id=53110
Summary "-webkit-box-shadow" with "inset" on a <tr> element, doesn't render
Matthew Sanders
Reported 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.
Attachments
Firefox vs Webkit (11.87 KB, image/png)
2011-01-25 11:59 PST, Matthew Sanders
no flags
Matthew Sanders
Comment 1 2011-01-25 11:59:03 PST
Created attachment 80094 [details] Firefox vs Webkit Firefox on the left
Luke Macpherson
Comment 2 2011-11-30 19:37:44 PST
*** This bug has been marked as a duplicate of bug 44654 ***
Note You need to log in before you can comment on or make changes to this bug.