Closed Bug 175713 Opened 22 years ago Closed 22 years ago

Colors ignored when printing tables with colored cellbackgrounds

Categories

(Core :: Printing: Output, defect)

x86
Other
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: jsk_priv, Assigned: dcone)

Details

User-Agent:       Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.2b) Gecko/20021017
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.2b) Gecko/20021017

HTML-Tables that contain colored backgrounds are printed as transparent on
black/white printer (here Xerox Docuprint N24). 
Normal textlines with colored backgrounds are printed greyscaled (correctly)
In this case the table was printed from Mozilla-Mail

Reproducible: Always

Steps to Reproduce:
1. copy the sample table from "additinal information" to a file
2. open it in Mozilla
3. print it on a b/w PS printer

Actual Results:  
No greyscaling of cellbackgrounds

Expected Results:  
Greyscale them like it is done with normal floating text.

<TABLE>
        <TBODY>
		<TR VALIGN=TOP>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Fat</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Netz</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Fat</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Netz</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Fat</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Netz</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Fat</P>
			</TD>
			<TD WIDTH=10%>
				<P ALIGN=CENTER>Netz</P>
			</TD>
			<TD WIDTH=20%>
				<P><BR>
				</P>
			</TD>
		</TR>
		<TR VALIGN=TOP>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>OC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>OC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>UHE</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>TM</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>OC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>OC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>OF</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>UHE</P>
			</TD>
			<TD WIDTH=20%>
				<P>Win 32</P>
			</TD>
		</TR>
		<TR VALIGN=TOP>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>ATR</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>ATR</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>RU</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>TM</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>ATR</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>ATR</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>TM</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>RU</P>
			</TD>
			<TD WIDTH=20%>
				<P>Solaris Sparc</P>
			</TD>
		</TR>
		<TR VALIGN=TOP>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>MSC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>MSC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>ATR</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>JSK</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>MSC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>MSC</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>JSK</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>UHE</P>
			</TD>
			<TD WIDTH=20%>
				<P>Linux</P>
			</TD>
		</TR>
		<TR VALIGN=TOP>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>SBA</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>SBA</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>OF</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff0000">
				<P ALIGN=CENTER>RU</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#33cc66">
				<P ALIGN=CENTER>SBA</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ffff66">
				<P ALIGN=CENTER>SBA</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>JSK</P>
			</TD>
			<TD WIDTH=10% BGCOLOR="#ff6633">
				<P ALIGN=CENTER>OF</P>
			</TD>
			<TD WIDTH=20%>
				<P>Solaris Intel</P>
			</TD>
		</TR>
	</TBODY>

</TABLE>
->
Assignee: rods → dcone
Have you tried going into File->Preferences->Page Setup->"Print Background
(color & images)?" -M
The testcase is working correctly after setting the Page Setup Option (Mozilla
1.2.1). The bug should be closed as WORKFORME, INVALID.
Sorry for not taking care of this issue for so long.

With a recent build i don't have any problems when i activate background image
printing. Anyway, i find it a little strange that that greyscaling for ordinary
text is done without the background image/color setting and the tables are not...

However, i got my greyscaling so i close this one as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.