Bug 13369 - REGRESSION (r13366): Invisible table cell background is painted
Summary: REGRESSION (r13366): Invisible table cell background is painted
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-04-17 03:20 PDT by mitz
Modified: 2011-10-19 11:45 PDT (History)
1 user (show)

See Also:


Attachments
Test case (2.22 KB, text/html)
2007-04-17 03:22 PDT, mitz
no flags Details
Avoid painting any backgrounds behind invisible cells (28.75 KB, patch)
2007-04-17 03:44 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.