Closed
Bug 1493780
Opened 7 years ago
Closed 7 years ago
Page contents missing from printed PDF
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1622935
People
(Reporter: jdm, Unassigned)
References
()
Details
Attachments
(1 file)
|
101.04 KB,
application/pdf
|
Details |
The first page contains almost no content, the second page seems fine, and the third page contains the page footer, but there are a number of missing fields that should come between page 3 and page 4.
| Reporter | ||
Updated•7 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Version: unspecified → Trunk
Comment 1•7 years ago
|
||
This is bug 939897. Most of the page contents (all of the form fields) are in a flex container...
<div class="row mb-5 mt-5">
...and we don't fragment (paginate) the contents of flex containers right now, per bug 939897.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 2•5 years ago
|
||
Firefox Nightly (2020-05-13) can now print the page without any data loss. Fixed by bug 1622935.
You need to log in
before you can comment on or make changes to this bug.
Description
•