Closed
Bug 129397
Opened 23 years ago
Closed 23 years ago
Print progress dialog should never be shown on OS X
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: hyatt, Assigned: dcone)
Details
When you print in OS X, the OS automatically shows a print progress
dialog. We should never show a print progress dialog on OS X.
Reporter | ||
Updated•23 years ago
|
OS: Mac System 9.x → MacOS X
Reporter | ||
Comment 1•23 years ago
|
||
The problem right now is that two dialogs are being shown, which looks
terrible (the XUL and the native OS one both show up on top of one
another).
Comment 2•23 years ago
|
||
It can be turned off with a pref. I don't see that we yet have a MAC OSX
specific pref file in modules. The pref is:
Currently all.js defines this and I don't think anyone (except the embedding
app) overrides this:
pref("print.show_print_progress", true);
So either an OSX pref file needs to be created (preferable) or it could be done
programitcally. I am going to reassign this back to you sense the pref solution
exists and it would be easier for you to do this than me (I don't have a Mac)
Assignee: rods → hyatt
Assignee | ||
Comment 4•23 years ago
|
||
fixed.. by the fix to 119574
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Only the OS X native print progress dialog appears. Tested with the March 18th
(2002-03-18-08) build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•