Closed
Bug 898152
Opened 12 years ago
Closed 12 years ago
Seamonkey ignores print header and footer settings
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: leo, Unassigned)
Details
Attachments
(1 file)
|
12.63 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0 SeaMonkey/2.19 (Beta/Release)
Build ID: 20130630011339
Steps to reproduce:
Set print settings (File/Page Setup/Margins & Header/Footer) to blank.
Checked about:config and verified that all the following exist, are of type string, and the contents of each of them is blank:
print.print_footercenter
print.print_footerleft
print.print_footerright
printer_Canon_Pixma_MX410.print_footercenter
printer_Canon_Pixma_MX410.print_footerleft
printer_Canon_Pixma_MX410.print_footerright
printer_Epson_WorkForce_635_Wireless.print_footercenter
printer_Epson_WorkForce_635_Wireless.print_footerleft
printer_Epson_WorkForce_635_Wireless.print_footerright
printer_PDFCreator.print_footercenter
printer_PDFCreator.print_footerleft
printer_PDFCreator.print_footerright
File/Print Preview
Actual results:
Right header and footer, left header and footer, all show up. If I actually print, they actually show up on the paper.
In other words SeaMonkey is ignoring my print header and footer preferences.
Expected results:
Neither headers nor footers should have appeared.
Attachment #781245 -
Attachment mime type: application/octet-stream → text/plain
You have
user_pref("print.use_global_printsettings", false);
in your prefs.js, is it intended to be there? Without it I have no problems with Header/Footer disabling.
Flags: needinfo?(leo)
Whiteboard: closeme INVA 2013-08-15
(In reply to Phoenix from comment #1)
> You have
> user_pref("print.use_global_printsettings", false);
> in your prefs.js, is it intended to be there? Without it I have no problems
> with Header/Footer disabling.
Thanks, Phoenix.
Commenting out that line appears to have fixed the problem. I don't know if it will cause any side effects; I haven't been able to see just what that setting is supposed to do. From the name of it, it seems like it would cause all printers to ignore their custom settings and use global ones. I haven't checked this yet.
The original problem is fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(leo)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•