Closed
Bug 4085
Opened 26 years ago
Closed 26 years ago
table rows aren't compatible with nav4
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: kipp, Assigned: peterl-retired)
Details
They don't support the "background" attribute. The content model does, but the
table rows themselves don't render the image. In nav4 what happens is that if
the TR has a background then the cells inherit it. If the cell specifies a
background then it overrides the TR background. Same inheritance applies to
TABLE too.
Assignee | ||
Updated•26 years ago
|
Assignee: karnaze → peterl
Assignee | ||
Comment 1•26 years ago
|
||
I'm stealing this bug. There's a real question if we want to mimic this Nav bug
(yes it's a bug, not a feature). IE does NOT propogate backgrounds into table
cells. If we do support this, it should be a quirk only.
The best way to support this is with a custom HTML style rule for the table
cells that propogates BGCOLOR and BACKGROUND attributes from the table and tr
into the cell. CSS should always apply where it is mapped to (ie: not inherit
into cells).
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: PC → All
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Using 8/16 Apprunner, I will verify this bug fixed. Assigning 'bgcolor' or
'background-color' to TABLE and/or TR propogates color to the cells. The one
glitch is that there is color showing on border which should be ignored - this
is an open problem that is already written up in bug #8524
You need to log in
before you can comment on or make changes to this bug.
Description
•