Closed
Bug 171523
Opened 22 years ago
Closed 21 years ago
Transparent cells don't show row background
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: ian, Unassigned)
References
()
Details
Testcase:
http://www.damowmow.com/playground/bugs/tests/table-row-background.xml
The row's background is green, the cell is transparent. Yet the cell appears
white, not green.
My first suspected dupe was bug 68061, but this is not the case. Hixie if you
remember mozilla switched to the quirks rendering after the last css2 errata,
now that fantasai's background proposal got approval, fantasai promised to come
up with a fix. But even with that fix I would expect that this bug will morph
into a dupe of bug 68061.
Should be fixed with 4510. What we're currently doing is inheriting the row
background into the cell and then painting the cell. (The paint method on row
frames doesn't do anything.) Since the background-inheriting rule doesn't apply
to paragraph elements, the row background doesn't get painted.
OS: Windows 2000 → All
Hardware: PC → All
Reporter | ||
Comment 3•22 years ago
|
||
cool.
Updated•22 years ago
|
Priority: -- → P3
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 5•21 years ago
|
||
-> WORKFORME
(not sure if this is FIXED by checkin bug 4510, therefore WFM)
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•