Leave print preview open if the user cancels saving as pdf
Categories
(Toolkit :: Printing, enhancement, P2)
Tracking
()
People
(Reporter: emmamalysz, Assigned: emmamalysz)
Details
(Whiteboard: [print2020_v83])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
If the user cancels saving, we should enable the elements of the form and allow them to interact with the print dialog.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
bugherder |
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9179123 [details]
Bug 1668665, ensure we do not close dialog if user cancels saving as pdf
Beta/Release Uplift Approval Request
- User impact if declined: The entire dialog will cancel if the user cancels save as PDF, which is an awkward flow
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. Open the new print preview
- Select "Save as pdf printer"
- Click save
- Cancel the file picker dialog
- Note that you return to print dialog with same elements that were enabled as before the user saved
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): No string changes
- String changes made/needed: n/a
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•4 years ago
|
||
This is verified fixed using Firefox 84.0a1 (BuildId:20201025214116) on Windows 10 64bit, macOS 10.15 & Ubuntu 18.04 64bit. The print preview remains open if the file picker is closed/canceled.
Leaving the qe-verify+ flag and a ni? on myself as a reminder to verify this in beta once it lands.
Comment 6•4 years ago
|
||
Comment on attachment 9179123 [details]
Bug 1668665, ensure we do not close dialog if user cancels saving as pdf
Verified by QA on nightly, uplift approved for 83 beta 5, thanks.
Comment 7•4 years ago
|
||
bugherder uplift |
Comment 8•4 years ago
|
||
This issue is verified fixed using Firefox 83.0b8 (BuildId:20201103183834) on Windows 10 64bit, macOS 10.14 and Ubuntu 20.04
Description
•