Remove the code that opens the print progress dialog from the core printing code
Categories
(Core :: Printing: Setup, task, P2)
Tracking
()
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
(Whiteboard: [print2020])
Following up on bug 1088061, we should remove the code for opening the print progress dialog in the core printing code. What UI should be shown for progress, if any, should be up to the app, not the core code. The core code should simply send progress updates to the app supplied progress listener.
Currently the Firefox frontend code opens the progress dialog itself for print preview generation, but lets the core doc open it for an actual print. I don't believe there's any reason for it to do this. We should just make the code path that does an actual print also open the progress dialog itself.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
At this point this will probably happen when we drop support for the old UI which still uses this, and remove all the old code that it uses.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
Fixed as part of bug 1745452.
Description
•