Closed Bug 1663454 Opened 5 years ago Closed 5 years ago

Print layout are not same between Firefox80 and 81.0b7 with default settings

Categories

(Toolkit :: Printing, defect)

Desktop
Windows 10
defect

Tracking

()

RESOLVED INVALID
Tracking Status
firefox-esr68 --- unaffected
firefox-esr78 --- unaffected
firefox80 --- unaffected
firefox81 --- wontfix
firefox82 --- wontfix

People

(Reporter: alice0775, Unassigned)

References

(Regression)

Details

(Keywords: nightly-community, regression)

Attachments

(1 file)

Attached image screenshot 80 vs 81.0b7

STR:
0. Start browser with new profile

  1. Open https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
  2. Menu Print
  3. Observe layout of page 2

Actual Results:
No column layout

Expected Results:
Column layout

The layout should be same with default settings

Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=bbc6744b3ca2f9b902c30bbb8c99965563421c5b&tochange=18dbcec715c7f176ef13c30579efd5603148c4de

This is expected. The site changes the layout with media queries, and I made mediaqueries account for the margin, as width and height should reflect the space available to the author.

It just happens that the page was very close to hit the breakpoint they have specified without the margins :)

I think this is invalid, but please reopen if you strongly disagree.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID

Okay,
I hope to be able to set custom margins again so that I will get same results. see Bug 1663436.

(In reply to Alice0775 White from comment #2)

I hope to be able to set custom margins again so that I will get same results. see Bug 1663436.

Wrong bug #?

I get the same layout as before with "minimum margins". To get the same layout with the default margin the source of the page needs to be changed somehow, to reduce the media query they have to make the columns:

@media all and (min-width:47.9385em) {

What is "minimum margins" meaning in the new print preview? Is it the mechanical limit of the printer?

Yes I think so.

Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: