Open
Bug 201287
Opened 22 years ago
Updated 12 days ago
RFE: Add option in print dialog to disable (printing) stylesheets
Categories
(Core :: Printing: Output, enhancement)
Core
Printing: Output
Tracking
()
NEW
People
(Reporter: roland.mainz, Unassigned)
Details
Attachments
(1 file)
716 bytes,
text/html
|
Details |
RFE: Add option in print dialog to disable (printing) stylesheets.
It may be nice to have a checkbox (or radio button group) to disable the use of
printing stylesheets (and/or the use of stylesheets in general) when printing.
Two usage scenarios:
- Printing stylesheets may be wrong (or Mozilla does not interpret them
correctly/completely =:-)
- Half-cooked stylesheets which break printing/pagination
Reporter | ||
Comment 1•22 years ago
|
||
ToDo list:
- Add boolean or enum to |nsIPrintSettings|
- Adjust XUL print dialog to set/get the value
- Adjust print engine to honor the new property in |nsIPrintSettings|
![]() |
||
Comment 2•22 years ago
|
||
I seem to recall something like this already being filed.... but I could be wrong.
Reporter | ||
Comment 3•22 years ago
|
||
Boris Zbarsky wrote:
> I seem to recall something like this already being filed.... but I could be
> wrong
Just mark all the bug you find as DUPlicate of this one... :)
I can do the frontend work (XUL dialog etc.) ...
... jkeiser: Wanna volunteer for the backend work ? :)
Comment 4•20 years ago
|
||
This is a HTML page that can not be printed because of the print media
stylesheet.
Actually, I think this should not be a RFE but rather a BUG.
Comment 5•19 years ago
|
||
Workaround:
Install Web Developer Extension: http://chrispederick.com/work/webdeveloper/
In the Web Developer Toolbar click
"CSS -> Disable Styles -> Print Styles"
and voila, you can print the page now.
Updated•15 years ago
|
Assignee: printing → nobody
QA Contact: sujay → printing
Updated•2 years ago
|
Severity: normal → S3
Comment 6•12 days ago
•
|
||
The workaround depended on a third-party extension which has not been supported for years now.
Meanwhile the issue is still relevant. You don't always want the PDF to look like printed page. Sometimes you may want to preserve website look intact.
Comment 7•12 days ago
|
||
Possible duplicates of this: Bug 51848, Bug 689614, Bug 1695485
You need to log in
before you can comment on or make changes to this bug.
Description
•