Closed
Bug 592405
Opened 16 years ago
Closed 15 years ago
printing causes a "print preview" to flash in the browser window while page is printing
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: dbaron, Assigned: tnikkel)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.14 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
When I print (just File -> Print, not from print preview), a display that looks a bit like the print preview display although I think without the edges (although I'm not sure if that's what it is) flashes in the browser window as the progress meter ticks up. Then when printing is done, the normal page display flashes back into place.
Steps to reproduce:
1. load http://hacks.mozilla.org/2010/08/fun-with-fast-javascript/
2. choose File -> Print
3. select print to file (to avoid wasting paper), and print it
Actual results: a printed display flashes in part of the browser window while the progressmeter for the printing is displayed
Expected results: page display doesn't change while the print progress is being shown
I'm testing in 2010-08-30-03-mozilla-central Linux x86_64 nightly.
Probably a regression from bug 130078 or related.
| Reporter | ||
Updated•16 years ago
|
blocking2.0: --- → final+
| Assignee | ||
Comment 1•16 years ago
|
||
The same thing happens when you print from print preview.
The printed output looks fine. I think we must be doing an extra call to one of the functions in DocumentViewer that turns on printing mode for the wrong document.
| Assignee | ||
Comment 2•15 years ago
|
||
We link in the view manager for the print document into the screen view manager, so it gets drawn for a brief period.
Assignee: nobody → tnikkel
Attachment #472191 -
Flags: review?(roc)
Attachment #472191 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•