Closed
Bug 306850
Opened 19 years ago
Closed 7 years ago
block print capability until page load done loading
Categories
(Core :: Printing: Output, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
References
Details
Attachments
(1 file)
|
7.48 KB,
image/png
|
Details |
similar to print preview
Updated•15 years ago
|
Assignee: printing → nobody
QA Contact: printing
Comment 2•7 years ago
|
||
This is WFM as reported, right? The testcase from bug 362475 doesn't trigger a dialog popup for me, and I don't think we have the text shown in your screenshot in the source code any more. Looking at the source we have mPrintIsPending checks in nsDocumentViewer nowadays to postpone printing until after the document has loaded, although mPrintIsPending code seemed to exist in 2002 prior to the filing of this bug (maybe it wasn't working properly back then and got fixed later?). (As an additional note probably not relevant here, bug 407080 fixed some regressed load handling.)
Flags: needinfo?(vseerror)
Comment 3•7 years ago
|
||
(In reply to Jonathan Watt [:jwatt] (needinfo? me) from comment #2) > This is WFM as reported, right? The testcase from bug 362475 doesn't trigger > a dialog popup for me, and I don't think we have the text shown in your > screenshot in the source code any more. Looking at the source we have > mPrintIsPending checks in nsDocumentViewer nowadays to postpone printing > until after the document has loaded, although mPrintIsPending code seemed to > exist in 2002 prior to the filing of this bug (maybe it wasn't working > properly back then and got fixed later?). Looks like that code was added in bug 137739, and that it did indeed postpone the Print() call until load.
| Reporter | ||
Comment 4•7 years ago
|
||
Yes, I'd say so. Probably the dependencies are WFM also
Flags: needinfo?(vseerror)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Summary: block print capability until page done loading → block print capability until page load done loading
You need to log in
before you can comment on or make changes to this bug.
Description
•