Closed
Bug 231298
Opened 21 years ago
Closed 21 years ago
"Page Setup" doesn't work
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: spam, Assigned: benjamin)
Details
(Keywords: regression)
"Page Setup" from file menu or print preview works fine in 2004010707,
but does nothing (no errors either) in trunk 2004011708, Linux.
Keywords: regression
I see:
GetPrintSettings() [Exception... "Component returned failure code: 0x8000ffff
(NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]" nsresult: "0x8000ffff
(NS_ERROR_UNEXPECTED)" location: "JS frame ::
chrome://communicator/content/printing.js :: GetPrintSettings :: line 67" data: no]
->bsmedberg
Assignee: core.printing → bsmedberg
I realized I had turned off chrome js warnings in debug output prefs.
So I opened JS console, then opened prefs and turned warnings back on.
But when i afterwards clicked file->page setup to see the error, the setup
window actually opened! (And no error message)
Current trunk cvs, linux - the same build had the bug earlyer.
Assignee | ||
Comment 4•21 years ago
|
||
use_global_printsettings and use_native_print_dialog were removed accidentally
during bug 224578, I have added them back. At some point we need to separate
out the "toolkit" prefs, see bug 231176.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.7alpha
You need to log in
before you can comment on or make changes to this bug.
Description
•