Closed
Bug 252620
Opened 21 years ago
Closed 20 years ago
Mozilla is applying CSS attribute for table background color to the entire page for printing and print preview.
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cyberfarer, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
If a table on a page has a CSS attribute "style=background-color: gray;" or HTML
attribute bgcolor="gray";, Mozilla will print the entire page gray and will
display the page as gray in print preview.
Reproducible: Always
Steps to Reproduce:
1. Open the page and print.
2.
3.
Actual Results:
Entire page is printed gray.
Expected Results:
Only the table should be gray.
![]() |
||
Comment 1•21 years ago
|
||
Clipping issues for table background painting?
Comment 2•21 years ago
|
||
Does this only happen on the second page and later? It sounds similar to bug 142062.
Comment 3•20 years ago
|
||
Can't reproduce the problem in 2005-08-28 trunk build. I'm guessing the page
has changed since the bug was reported and that it was fixed by bug 294836.
Please REOPEN this bug if you can reproduce the problem in a trunk build dated
2005-08-29 or later.
-> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•