Open
Bug 153363
Opened 24 years ago
Updated 3 years ago
Prtinting in sharp B&W
Categories
(Core :: Printing: Output, enhancement, P3)
Core
Printing: Output
Tracking
()
NEW
Future
People
(Reporter: kv505, Unassigned)
References
Details
Attachments
(1 file)
|
34.94 KB,
image/jpeg
|
Details |
Nerscape 4.x had an options on the File / Page Setup form
Print Black Lines
Print Black Text
Can't find such an option in Mozilla.
Result - many web pages with color and shaded lines and text print on B&W
printers (Mostly Laser) in shades of grey which is much harder to read.
| Reporter | ||
Comment 1•24 years ago
|
||
Please add these features to Mozilla
Comment 2•24 years ago
|
||
"Confirming" - we do not have an API (in nsIPrintSettings) to do anything else
than "color" or "grayscale".
IMHO we should change that field and make it an |enum| with the options { color,
grayscale, black&white }
rods ?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Future
Comment 3•22 years ago
|
||
*** Bug 186231 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
Comment 5•22 years ago
|
||
*** Bug 285710 has been marked as a duplicate of this bug. ***
*** Bug 233602 has been marked as a duplicate of this bug. ***
Adding
@media print { * { color: black !important; border-color: black !important; } }
to userContent.css should take care of this. All we need is UI for adding/removing this rule to the user style level.
Updated•16 years ago
|
Assignee: rods → nobody
Status: ASSIGNED → NEW
QA Contact: sujay → printing
Comment 10•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 11•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•