Closed
Bug 472467
Opened 17 years ago
Closed 12 years ago
setting the nsIPrintSettings::showPrintProgress to false has no effect
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rvj, Unassigned)
Details
(Keywords: steps-wanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: xulrunner 1.9.0.5
if the showPrintProgress is set to false, the print progress dialog box STILL appears
// suppress progress
gPrintSettings.showPrintProgress=false
// check change
alert("bool"+gPrintSettings.showPrintProgress)
Reproducible: Always
Steps to Reproduce:
1. change the printsettings property as above
Actual Results:
enter preview mode and progress dialog box still appears (temporarily)
Expected Results:
no annoying progress dialog box is visible
PS alternatively a workaround would be useful to move the box outside the screen area
Comment 1•16 years ago
|
||
Please provide steps to reproduce -- it sounds like you're writing a xulrunner app, so a complete snippet of code is in order.
Product: Firefox → Core
QA Contact: general → general
Whiteboard: [needs steps to reproduce]
Updated•16 years ago
|
Summary: setting the showPrintProgress to false has no effect → setting the nsIPrintSettings::showPrintProgress to false has no effect
Comment 2•12 years ago
|
||
rvj?
(In reply to Nickolay_Ponomarev from comment #1)
> Please provide steps to reproduce -- it sounds like you're writing a
> xulrunner app, so a complete snippet of code is in order.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Keywords: steps-wanted
Resolution: --- → INCOMPLETE
Whiteboard: [needs steps to reproduce]
You need to log in
before you can comment on or make changes to this bug.
Description
•