Absolutely positioned elements all print on first page, and the ones that don't fit aren't shown
Categories
(Core :: Printing: Output, defect, P2)
Tracking
()
People
(Reporter: edward.kuns, Unassigned)
References
(Depends on 2 open bugs, Blocks 4 open bugs)
Details
(Keywords: webcompat:platform-bug, Whiteboard: [layout:print-triage:p1][layout:backlog][frag2020])
Attachments
(2 files)
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Comment 3•21 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Comment 10•15 years ago
|
||
![]() |
||
Updated•10 years ago
|
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Updated•6 years ago
|
Updated•5 years ago
|
![]() |
||
Updated•5 years ago
|
![]() |
||
Updated•5 years ago
|
![]() |
||
Updated•5 years ago
|
Updated•5 years ago
|
![]() |
||
Updated•5 years ago
|
![]() |
||
Updated•5 years ago
|
Comment 24•5 years ago
|
||
Now that we triage by severity, setting priority to P1 to reflect backlog prioritization on this bug as either in-progress, or planned development in the near term. See https://wiki.mozilla.org/Platform/Layout#Backlog_Tracking_in_Bugzilla
Updated•5 years ago
|
Comment 25•5 years ago
|
||
S1 or S2 bugs needs an assignee - could you find someone for this bug?
Comment 26•5 years ago
|
||
We're going to try to fix this first through the approach in bug 1640197. So we won't be assigning this to anyone yet. Given how long we've lived with this, will downgrade to S3 for now.
Comment hidden (me-too) |
Comment 29•8 months ago
•
|
||
I think the two attached testcases here were actually testing different issues, and they've both become fixed.
Testing with print-preview, I get these fix ranges:
The original testcase
URL: https://bugzilla.mozilla.org/attachment.cgi?id=164093
This one was fixed by the "fragmentation fallback" (bug 1681052). I can still reproduce the issue (just 1 page of output) if I toggle layout.display-list.improve-fragmentation
to false
-- but with layout.display-list.improve-fragmentation
at its default true
value, I get multiple pages of output (potentially with text "sliced" at page-breaks, which is bug 1759926).
The second testcase
URL: https://bugzilla.mozilla.org/attachment.cgi?id=8724763
This one was fixed in this fix range, likely by Bug 1848407:
INFO: First good revision: e2305368eaae41c8b47dd15f03addc2ec4fe0504 (2023-08-18)
INFO: Last bad revision: 776fbad509150f69418e1f44fa2580c651211253 (2023-08-17)
INFO: Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=776fbad509150f69418e1f44fa2580c651211253&tochange=e2305368eaae41c8b47dd15f03addc2ec4fe0504
Now it prints two pages with "Page 1" on the first and "Page 2" on the second.
So I think we can close out this bug. Similar issues should be tracked in other bugs (e.g. bug 546559 has a testcase that still has some trouble with abspos content that lands at the top of page 2).
Updated•7 months ago
|
Description
•