Closed
Bug 1660218
Opened 9 months ago
Closed 9 months ago
Printed output is not properly adjusted in Landscape mode
Categories
(Core :: Printing: Output, defect, P1)
Tracking
()
VERIFIED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox-esr78 | --- | unaffected |
| firefox79 | --- | unaffected |
| firefox80 | --- | unaffected |
| firefox81 | --- | verified |
People
(Reporter: Anca, Assigned: jfkthame)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression, Whiteboard: [print2020_v81][old-ui+])
Attachments
(2 files)
Affected versions
- 81.0a1
Affected platforms
- macOS 10.15
- macOS 10.14
Unaffected platforms
- Windows 10
- Ubuntu 20.04
Prerequisites
- print.tab_modal.enabled is set on false
Steps to reproduce
- Launch Firefox
- Open any page and hit CTRL + P
- Change orientation to Landscape
- Print to paper
Expected result
- The content is properly adjusted to the Landscape mode
Actual result
- The content is not properly adjusted to the Landscape mode
Regression range
- Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=85764389f706113cbb893d4bebe9368c5c5b3115&tochange=720b1bbf1b6dc2b86b4f45313e227048a4db7b1e
- Potential regressor: at a first glance bug 1653354 strikes me as the potential regressor
Additional notes
- With print.tab_modal.enabled set on true, the issue is not reproducible
Suggested severity
- I think this is a S2
Comment 1•9 months ago
|
||
This feels like a Core::Printing:Output bug to me…
Component: Printing → Printing: Output
Product: Toolkit → Core
| Assignee | ||
Comment 3•9 months ago
|
||
This must be caused by the change to nsPrintSettingsX::GetEffectivePageSize; I'll look into what that was about.
Assignee: nobody → jfkthame
Flags: needinfo?(jfkthame)
| Assignee | ||
Updated•9 months ago
|
Priority: -- → P1
| Assignee | ||
Comment 4•9 months ago
|
||
Pushed by jkew@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/439c806d4898 Ensure consistent handling of portrait/landscape dimension swapping in nsPrintSettingsX. r=jwatt
Updated•9 months ago
|
status-firefox79:
--- → unaffected
status-firefox80:
--- → unaffected
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Comment 6•9 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
| Reporter | ||
Comment 7•9 months ago
|
||
Verified fixed with the latest Nightly 81.0a1 (2020-08-24) on macOS 10.15.
Status: RESOLVED → VERIFIED
Comment 8•9 months ago
|
||
This should have been marked regressed by bug 1653354.
| Assignee | ||
Updated•9 months ago
|
Comment 9•8 months ago
|
||
Flags: in-qa-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•