[Webkit-unassigned] [Bug 74156] WebKit does not support box-shadow on display:table-row element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 19:58:16 PDT 2013


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


gur.trio at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gur.trio at gmail.com




--- Comment #2 from gur.trio at gmail.com  2013-10-15 19:57:02 PST ---
(In reply to comment #1)
> Confirmed:
> Google Chrome: 19.0.1069.0 (Official Build 126572) canary
> OS: Mac OS X
> WebKit: 536.3 (@110622)
> 
> WebKit Nightly: Version 5.1.2 (6534.52.7, r110761)

Hi All. If we change the test case content to 
<div style="background:#999;  display: table-row;">
<div style="display: table-cell; box-shadow: 0 0 50px #000; width: 300px; height: 300px;">
</div>
</div>

it works well because when we paint table cell we paint the shadow in 
void RenderTableCell::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint& paintOffset)

but for table row there is no specific call for painting the shadow.

Also shadow is a rareNonInheritedData so incase tr has shadow td will not inherit.

So can we add some API to draw shadow for tr also? Please suggest.

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