Printing results in empty page with print.always_print_silent=true
Categories
(Core :: Printing: Output, defect)
Tracking
()
People
(Reporter: jojelino, Assigned: bobowen)
References
Details
(Keywords: regression, Whiteboard: sbwc1)
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
jimm
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details |
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
Assignee | ||
Comment 14•9 years ago
|
||
Assignee | ||
Comment 15•9 years ago
|
||
Assignee | ||
Comment 16•9 years ago
|
||
![]() |
||
Updated•9 years ago
|
![]() |
||
Comment 17•9 years ago
|
||
Comment 19•9 years ago
|
||
Comment 20•9 years ago
|
||
bugherder |
Assignee | ||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Assignee | ||
Comment 25•9 years ago
|
||
Comment 28•9 years ago
|
||
bugherder uplift |
Comment 29•9 years ago
|
||
Updated•9 years ago
|
Comment 31•9 years ago
|
||
Comment 32•9 years ago
|
||
Assignee | ||
Comment 33•9 years ago
|
||
Comment 34•9 years ago
|
||
Assignee | ||
Comment 35•9 years ago
|
||
Comment 36•9 years ago
|
||
Comment 38•6 years ago
|
||
We run Firefox as the touch-screen user interface for a machine, and have been using always_print_silent on Firefox 52esr to allow users to print reports with a single button. This started to fail silently or give the alert "An error occurred while printing" after we updated to Firefox 63. Turning off always_print_silent fixed it, but now operators have to do a two-step print.
I think browsers have to be written so they can always be configured to be used in controlled environments, not just on the untrusted web. We had a similar issue with starting in full screen being automatically reverted on every start. To get around it we had to start with a script that copied over xulstore.json. And don't get me started on the hoops we had to jump through to bypass security in the Java Plugin, still left with it continually expiring and stopping working, only bypassed now by re-writing it as a native-messaging extension.
Assignee | ||
Comment 39•6 years ago
|
||
(In reply to Mark James from comment #38)
We run Firefox as the touch-screen user interface for a machine, and have been using always_print_silent on Firefox 52esr to allow users to print reports with a single button. This started to fail silently or give the alert "An error occurred while printing" after we updated to Firefox 63. Turning off always_print_silent fixed it, but now operators have to do a two-step print.
I think browsers have to be written so they can always be configured to be used in controlled environments, not just on the untrusted web. We had a similar issue with starting in full screen being automatically reverted on every start. To get around it we had to start with a script that copied over xulstore.json. And don't get me started on the hoops we had to jump through to bypass security in the Java Plugin, still left with it continually expiring and stopping working, only bypassed now by re-writing it as a native-messaging extension.
Hi Mark - this bug was for a different issue with always_print_silent, which was resolved.
Would you file a new bug for this new problem please.
If you can find a regression range for it using https://mozilla.github.io/mozregression/ that would be great.
Comment 40•6 years ago
|
||
Thanks Bob. I found my issue has been reported: Bug#1471854
Reporter | ||
Comment 41•1 year ago
|
||
I don't have access to same environment as found in this bug report.
Description
•