Print preview remains visible while printing using system dialog
Categories
(Toolkit :: Printing, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox95 | --- | unaffected |
| firefox96 | --- | verified |
| firefox97 | --- | verified |
People
(Reporter: mstriemer, Assigned: mstriemer)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
|
213.71 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
STR
- Start a print
- Click "Print using the system dialog..."
Expected results: The preview dialog closes and system dialog opens
Actual results: The preview dialog closes, but the preview itself is still visible
This is a regressions from bug 1732921 since the active preview browser has visibility: visible when it is selected, but it isn't cleared when the system dialog is shown
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1732921
| Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9254628 [details]
Bug 1745262 - Ensure print previews/spinners hidden when system dialog is open r?emilio
Beta/Release Uplift Approval Request
- User impact if declined: The print preview is left open even when it is no longer a reflection of the chosen settings when using the system print dialog
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. Print a page
- Select "Print using system dialog..."
Expected: the tab modal dialog is entirely hidden and the system dialog opens
Actual: the preview portion of the tab modal dialog remains visible, and the system dialog opens
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The handling of nested children with
visibility: visiblechanged. Since the preview what using that, its behaviour has changed in this case.
This is a one-line CSS fix
- String changes made/needed: No
| Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
| bugherder | ||
Comment 7•4 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Reproduced the issue on Firefox 96.0b4 under macOS 11.6.1.
The issue is fixed on Firefox 97.0a1 (2021-12-13). Tests were performed on macOS 11.6.1, Ubuntu 20.04 and Windows 11. Will verify the fix on 96 as well when it will be pushed.
Comment 9•4 years ago
|
||
Comment on attachment 9254628 [details]
Bug 1745262 - Ensure print previews/spinners hidden when system dialog is open r?emilio
Approved for 96.0b6
Comment 10•4 years ago
|
||
| bugherder uplift | ||
Comment 11•4 years ago
|
||
Verified the fix on 96.0b6 (treeherder build) as well. Tests were performed on macOS 11.6.1, Ubuntu 20.04 and Windows 7.
Updated•4 years ago
|
Description
•