Closed
Bug 2130
Opened 26 years ago
Closed 23 years ago
Collapsing border model and cell padding (ugly rendering)
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: troy, Assigned: karnaze)
References
Details
(Keywords: css2, testcase, Whiteboard: [awd:tbl][TESTCASE] likely dups: 12462, 22897; also 26614, 31256)
Attachments
(2 files)
The collapsing table border model seems to ignore table cell padding. The
example below demonstrates that. Notice how small each table cell is. Change the
border model to 'separate' and the cells are larger
<html>
<head>
<style>
TABLE { border-collapse: collapse;
border: 5px solid yellow; }
*#col1 { border: 3px solid black; }
TD { border: 1px solid red; padding: 1em; }
TD.solid-blue { border: 5px dashed blue; }
TD.solid-green { border: 5px solid green; }
</style>
</head>
<body>
<P>
<TABLE>
<COL id="col1"><COL id="col2"><COL id="col3">
<TR id="row1">
<TD> 1
<TD> 2
<TD> 3
</TR>
<TR id="row2">
<TD> 4
<TD class="solid-blue"> 5
<TD class="solid-green"> 6
</TR>
<TR id="row3">
<TD> 7
<TD> 8
<TD> 9
</TR>
<TR id="row4">
<TD> 10
<TD> 11
<TD> 12
</TR>
<TR id="row5">
<TD> 13
<TD> 14
<TD> 15
</TR>
</TABLE>
</body>
</html>
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee: buster → karnaze
Status: ASSIGNED → NEW
Priority: P2 → P4
Target Milestone: M12 → M15
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 6•25 years ago
|
||
The original report on this bug looks fixed, I think. However, the test case
looks bad for other reasons. I'll attach it.
Comment 7•25 years ago
|
||
Updated•25 years ago
|
Summary: Collapsing border model and cell padding → {css2} Collapsing border model and cell padding
Comment 8•25 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
Comment 10•25 years ago
|
||
Sorry, I have the wrong bug. I thought that I was on a different page.
Updated•25 years ago
|
Summary: {css2} Collapsing border model and cell padding → Collapsing border model and cell padding
Updated•25 years ago
|
Summary: Collapsing border model and cell padding → Collapsing border model and cell padding (ugly rendering)
Updated•25 years ago
|
Whiteboard: likely dups: 12462, 22897; also 26614, 31256
Updated•25 years ago
|
Keywords: testcase
Whiteboard: likely dups: 12462, 22897; also 26614, 31256 → [TESTCASE] likely dups: 12462, 22897; also 26614, 31256
Assignee | ||
Comment 13•24 years ago
|
||
*** This bug has been marked as a duplicate of 41262 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 14•24 years ago
|
||
I should have made a dependency instead of a dup.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Comment 15•24 years ago
|
||
I agree with David's comment from way back - cell padding IS working with
border-collapse: collapse value. I am attaching a simplified test. Karnaze -
please mark fixed if you agree.
Comment 16•24 years ago
|
||
Comment 17•24 years ago
|
||
Milestone 0.8 has beend released. We should either resolve this bug or update
its milestone.
Updated•24 years ago
|
Target Milestone: M17 → ---
Comment 20•23 years ago
|
||
this looks fixed IMHO.
anthonyd
Whiteboard: [TESTCASE] likely dups: 12462, 22897; also 26614, 31256 → [awd:tbl][TESTCASE] likely dups: 12462, 22897; also 26614, 31256
Assignee | ||
Comment 21•23 years ago
|
||
It looks fixed because collapsing borders are disabled.
Target Milestone: mozilla1.0 → mozilla0.9.7
Assignee | ||
Comment 22•23 years ago
|
||
collapsing border bugs moved to m098
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Updated•23 years ago
|
OS: Windows NT → All
Comment 24•23 years ago
|
||
*** Bug 124183 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 26•23 years ago
|
||
Fixed by meta bug 41262.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Comment 27•23 years ago
|
||
All the testcases looks good. They look better than in IE. Marking verified.
Build ID: 2002030403
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•