Closed
Bug 68998
Opened 24 years ago
Closed 23 years ago
Backgrounds for rows conflict with rowspanned cell backgrounds.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: tyler, Assigned: karnaze)
References
()
Details
(Whiteboard: PDT+,Has review/super-review waiting for approval for branch check in)
Attachments
(3 files)
(deleted),
text/html
|
Details | |
(deleted),
text/html
|
Details | |
(deleted),
patch
|
karnaze
:
review+
karnaze
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
The first rowspanning column (used as a border to the table) disappears.
Reproducible: Always
Steps to Reproduce:
1. Open the page with the browser.
Actual Results: The column is missing.
Expected Results: The column should be displayed.
This is a standard mode problem. It displays correctly in quirks mode.
It has to do with the layering of the background colours. The row background
colour is being written overtop of the rowspanning table cell when it should be
underneath. Also the rows colour is not being fully extended across the table,
but is being truncated by the second rowspanning table cell.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Confirming on 2001021304 on Win2k.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
Analysis: we draw first the table background then the first row with all its
childs and the then second row with all its childs and.... The both rowspan's
are drawn before the next row is drawn. This contradicts the table coloring
model from the css2 spec.
No longer blocks: 46268
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
r= savulov (wow, huge job)
Comment 8•23 years ago
|
||
sr=waterson
Assignee | ||
Comment 10•23 years ago
|
||
Nominating nsbranch, topembed.
Assignee | ||
Updated•23 years ago
|
Severity: normal → major
Target Milestone: --- → mozilla0.9.5
Comment 11•23 years ago
|
||
Marking nsbranch+, removing topembed keyword
Comment 12•23 years ago
|
||
does this have a R= and SR =. Pls have it marked in the patch status.
Assignee | ||
Updated•23 years ago
|
Attachment #45112 -
Flags: superreview+
Attachment #45112 -
Flags: review+
Comment 13•23 years ago
|
||
Updated status
Whiteboard: Has review/super-review waiting for approval for branch check in
Comment 14•23 years ago
|
||
karnaze - let's get into the trunk, and pls call into to PDT tomorrow afternoon.
if you could some other people to test, that would be nice too.
Comment 15•23 years ago
|
||
Check it into the branch, and get someone on Lisa's team to test.
Whiteboard: Has review/super-review waiting for approval for branch check in → PDT+,Has review/super-review waiting for approval for branch check in
Assignee | ||
Comment 16•23 years ago
|
||
The patch has been checked into the trunk and the m0.9.4 branch.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 17•23 years ago
|
||
I will check this on 2001-09-21(tommorow) branch and mark this verified
Comment 18•23 years ago
|
||
The patch did fix the problem.. The background rows are drawn correctly in the
new branch build 2001-09-21-05-0.9.4
Verified on build ID# 20010921
Platform : WIN2K
Marking verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•