Bug 13369

Summary: REGRESSION (r13366): Invisible table cell background is painted
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: nbenitezl
Priority: P1 Keywords: Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Test case
none
Avoid painting any backgrounds behind invisible cells darin: review+

Description mitz 2007-04-17 03:20:47 PDT
[Split off from bug 13317]

Table cells with visibility:hidden paint their table section and row backgrounds. See that attached test case.
Comment 1 mitz 2007-04-17 03:22:38 PDT
Created attachment 14057 [details]
Test case

Opera, Safari 2 and WinIE render nine green squares. Firefox gives radically different results.
Comment 2 mitz 2007-04-17 03:44:28 PDT
Created attachment 14058 [details]
Avoid painting any backgrounds behind invisible cells
Comment 3 Darin Adler 2007-04-17 07:57:52 PDT
Comment on attachment 14058 [details]
Avoid painting any backgrounds behind invisible cells

r=me
Comment 4 Mark Rowe (bdash) 2007-04-17 22:18:29 PDT
Landed in r20931.