Closed
Bug 155154
Opened 23 years ago
Closed 23 years ago
border-collapse:collapse and printing
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: liviu, Assigned: karnaze)
Details
Attachments
(1 file, 1 obsolete file)
|
21.13 KB,
text/html
|
Details |
When I print or view in print preview a table with style
border-collapse:collapse it has borders drawn only on the first page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
table {
border-collapse:collapse;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td>mumu</td>
<td>mumu</td>
<td>mumu</td>
</tr>
<!-- enough rows to have more pages -->
</table>
</body>
</html>
Comment 2•23 years ago
|
||
WORKSFORME Moz 2002083008
http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-collapse
| Reporter | ||
Comment 3•23 years ago
|
||
The testcase is not valid.
It needs a table with, say, 100 rows.
When I __print__ (or print preview) it the borders are drawn only on first
_printed_ page.
Comment 4•23 years ago
|
||
still WORKSFORME
reporter, please check if you have any other styling that interferes
with border-collapse: collapse
Attachment #97372 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
reporter reported in an e-mail:
> sorry for being late with my reply...
> works for me too (v1.1b)
> I don't remember what versions I had when I reported (stupid me). OSes
> were W2000, RedHat 7.2 and SuSE 8.0.
> Anyway it seems that it was worked out in the meantime.
> Thank you.
> Liviu
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•