Closed
Bug 1661361
Opened 4 years ago
Closed 4 years ago
Show the print dialog as early as possible
Categories
(Toolkit :: Printing, defect, P1)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
82 Branch
People
(Reporter: mstriemer, Assigned: mstriemer)
References
Details
(Whiteboard: [print2020_v81])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details |
In bug 1661157 it's noted that there can be a lot of blocking time where we show no UI. If it takes a while to collect printer data we should at least be showing a dialog that we're preparing the preview.
Assignee | ||
Comment 1•4 years ago
|
||
Show the print dialog as soon as the content is ready, rather than after
the printer and print settings have been retrieved, then focuses the first
form element.
Updated•4 years ago
|
Status: NEW → ASSIGNED
Pushed by mstriemer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1789be3b7d00
Show print tab modal while waiting on printer data r=Jamie,pbz
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9172289 [details]
Bug 1661361 - Show print tab modal while waiting on printer data r?jamie,pbz
Beta/Release Uplift Approval Request
- User impact if declined: Long delays with no visual feedback when blocked accessing printer information
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Test coverage of change, the codepath should only be hit by the print UI feature that's behind a pref.
- String changes made/needed: No
Flags: needinfo?(mstriemer)
Attachment #9172289 -
Flags: approval-mozilla-beta?
Comment 6•4 years ago
|
||
Comment on attachment 9172289 [details]
Bug 1661361 - Show print tab modal while waiting on printer data r?jamie,pbz
Approved for 81.0b6.
Attachment #9172289 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 7•4 years ago
|
||
bugherder uplift |
status-firefox81:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•