Closed
Bug 127174
Opened 24 years ago
Closed 24 years ago
wrong paint order with collapsed borders & background
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
VERIFIED
DUPLICATE
of bug 127040
People
(Reporter: fantasai.bugs, Assigned: karnaze)
Details
(Keywords: css2, testcase)
Attachments
(1 file)
|
902 bytes,
text/html
|
Details |
Overview:
With collapsed borders, the table element backgrounds get painted over
the table borders. It seems the table borders are painted after the
table background and before the other backgrounds. Borders should be
painted after all the table backgrounds have been painted.
Steps to Reproduce:
Open up testcase in Mozilla
Expected Results:
Borders painted over backgrounds.
Actual Results:
Borders obstructed by backgrounds.
Tested on Mozilla nightly (id: 2002022103) on Win2k
| Assignee | ||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 127040 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•