Print layout are not same between Firefox80 and 81.0b7 with default settings
Categories
(Toolkit :: Printing, defect)
Tracking
()
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)
223.02 KB,
image/png
|
Details |
STR:
0. Start browser with new profile
- Open https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
- Menu Print
- 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
Comment 1•5 years ago
|
||
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.
![]() |
Reporter | |
Comment 2•5 years ago
|
||
Okay,
I hope to be able to set custom margins again so that I will get same results. see Bug 1663436.
Comment 3•5 years ago
|
||
(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) {
![]() |
Reporter | |
Comment 4•5 years ago
|
||
What is "minimum margins" meaning in the new print preview? Is it the mechanical limit of the printer?
Comment 5•5 years ago
|
||
Yes I think so.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•