Closed
Bug 470854
Opened 17 years ago
Closed 15 years ago
Grey colours print as black but 'colour' colours print as colours
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: u318697, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-11-01])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
On the page given and others, text with the colour class cMGrey prints as black, while text with the colour class, say, cRed prints in red as it should, yet the two are apparently defined identically both in the html and in the stylesheet. I won't attempt to include the html here, but you can view the page source, the relevant section of the css code is:
.cRed { color:Red; }
.cGreen { color:Green; }
.cBlue { color:Blue; }
.cCyan { color:#00FFFF; }
.cMagenta { color:#FF00FF; }
.cDGrey { color:#404040; }
.cMGrey { color:#808080; }
Reproducible: Always
Steps to Reproduce:
View the example page in print preview.
Actual Results:
Text that is grey in the browser prints as black, while text that is coloured prints as coloured.
Expected Results:
Text that is grey in the browser should print as grey.
Meant to say, the problem doesn't manifest itself in Opera 9.6 or IE6
Comment 2•17 years ago
|
||
Could this be related to colour management?
Comment 3•15 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 4•15 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
The bug is still here with Firefox 7.0.1 (tested with Linux and Windows)
Comment 6•13 years ago
|
||
Bug still here with Firefox 14.0.1, tested on Windows 7 64-bit. It is quite disturbing given that I need to print a gray "CONFIDENTIAL" text watermark on the whole page, under a black text. The result is a black watermark under a black text => not readable.
Comment 7•13 years ago
|
||
Bug is still present in Firefox 19 beta and 20 (Aurora) alpha.
You need to log in
before you can comment on or make changes to this bug.
Description
•