Closed
Bug 618
Opened 26 years ago
Closed 24 years ago
row background painting not backwards compatible
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
today we paint row backgrounds as a solid block, with cell backgrounds painting
over them.
Nav4 and IE treat row backgrounds as being inherited by the cells.
The visual difference is the space between cells gets the table background
rather than the row background.
CSS-2 seems to indicate we should do it the way we're doing it today.
I've added code to do this the Nav4 way, making sample 3 look correct.
We can easily add variant code to check which mode we're in and do the correct
thing.
Updated•26 years ago
|
Component: Unknown → Layout
Comment 1•24 years ago
|
||
reopening to fix RESOLUTION and marking verified.
Status: RESOLVED → REOPENED
Comment 2•24 years ago
|
||
fixed..
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•