Closed Bug 155154 Opened 22 years ago Closed 22 years ago

border-collapse:collapse and printing

Categories

(Core :: Printing: Output, defect)

x86
Linux
defect
Not set
normal

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>
Chris?
Assignee: rods → karnaze
Attached file testcase (obsolete) —
WORKSFORME Moz 2002083008

http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-collapse
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.
Attached file testcase 2
still WORKSFORME
reporter, please check if you have any other styling that interferes
with border-collapse: collapse
Attachment #97372 - Attachment is obsolete: true
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: 22 years ago
Resolution: --- → FIXED
verified per comment.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: