Closed
Bug 341470
Opened 18 years ago
Closed 18 years ago
Print dialog broken
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ajschult784, Unassigned)
References
Details
(Keywords: regression)
If I bring up the print dialog with linux seamonkey trunk build 2006061309, the list print of printers is empty and the radio buttons are all unselected. In the JS Console, I get
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: chrome://global/content/printdialog.js :: onLoad :: line 347" data: no]
and then
Error: gPrintSettings has no properties
Source File: chrome://global/content/printdialog.js (Line: 222)
This regressed between a 2006-06-12-09 build and 2006-06-13. Nothing print-related went in then, so I'll play with CVS to see who's to blame
Comment 1•18 years ago
|
||
I'll bet money it's a regression from bug 255942. The patch for bug 341362 should fix this.
Blocks: dom-agnostic
Depends on: 341362
Comment 2•18 years ago
|
||
The print dialog appears fine on my trunk linux build (but sadly I didn't confirm it wasn't working before the patch to bug 341362 landed)
Comment 3•18 years ago
|
||
Should be fixed. Please verify?
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•