Bug 110196 - RenderTable::paintBoxDecorations sometimes draws box-shadow twice.
Summary: RenderTable::paintBoxDecorations sometimes draws box-shadow twice.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Takashi Sakamoto
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-19 02:24 PST by Takashi Sakamoto
Modified: 2013-02-21 22:27 PST (History)
5 users (show)

See Also:


Attachments
Patch (4.44 KB, patch)
2013-02-19 02:31 PST, Takashi Sakamoto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Sakamoto 2013-02-19 02:24:39 PST
Since RenderTable::paintBoxDecorations doesn't provide correct bleedAvoidance parameter for paintBackground,
both RenderTable::paintBoxDecorations and RenderBox::paintBackground (~RenderBoxModelObject::paintFillLayerExtended) draw box-shadow.
Comment 1 Takashi Sakamoto 2013-02-19 02:31:41 PST
Created attachment 189032 [details]
Patch
Comment 2 Julien Chaffraix 2013-02-21 19:56:42 PST
This is really a patch for Simon, I don't know much about bleedAvoidance.
Comment 3 WebKit Review Bot 2013-02-21 22:27:29 PST
Comment on attachment 189032 [details]
Patch

Clearing flags on attachment: 189032

Committed r143690: <http://trac.webkit.org/changeset/143690>
Comment 4 WebKit Review Bot 2013-02-21 22:27:33 PST
All reviewed patches have been landed.  Closing bug.