Open
Bug 1678586
Opened 4 years ago
Updated 4 years ago
The Selection radio button from the system dialog panel is disabled if the system dialog was opened before the print preview finished loading
Categories
(Toolkit :: Printing, defect, P3)
Toolkit
Printing
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox83 | --- | unaffected |
firefox84 | --- | wontfix |
firefox85 | --- | fix-optional |
People
(Reporter: emilghitta, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [print2020] [old-ui-] )
Attachments
(1 file)
985.37 KB,
image/gif
|
Details |
Affected versions
- Firefox 84.0b3 (BuildId:20201119195818)
- Firefox 85.0a1 (BuildId:20201119214432)
Affected platforms
- Windows 10 64bit
- macOS 10.13
- Ubuntu 20.04 64bit
Steps to reproduce
- Launch Firefox.
- Access a long website like this one
- Select a random portion of text.
- Hit CTRL + P in order to open the print preview.
- Click the “Print using the system dialog” option before the print preview finishes loading.
Expected result
- The “Selection” radio button is enabled.
Actual result
- The “Selection” radio button is disabled.
Regression Range
- This seems to be a regression:
- Pushlog
- Possible Regressor: Bug 1670222
Notes
- [Suggested Severity] I think that S3 fits for this issue.
Updated•4 years ago
|
Has Regression Range: --- → yes
Has STR: --- → yes
Comment 1•4 years ago
|
||
We currently wait for the preview to finish rendering to see if the user has a selection https://searchfox.org/mozilla-central/rev/66547980e8e8ca583473c74f207cae5bac1ed541/toolkit/components/printing/content/print.js#645-649, and since we no longer are waiting for that, it makes sense why this would be disabled.
However, I wonder if we can insert a check when we handle "open-system-dialog" events to make sure the user can select this option
Updated•4 years ago
|
Updated•4 years ago
|
status-firefox83:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•4 years ago
|
||
(Moving bugs to 86, part 1.)
Whiteboard: [print2020_v85][old-ui-] → [print2020_v86][old-ui-]
Comment 3•4 years ago
|
||
Moving things to 88, cause we're mostly on Proton these days…
Whiteboard: [print2020_v86][old-ui-] → [print2020_v88] [old-ui-]
Updated•4 years ago
|
Whiteboard: [print2020_v88] [old-ui-] → [print2020] [old-ui-]
You need to log in
before you can comment on or make changes to this bug.
Description
•