Closed
Bug 1241323
Opened 9 years ago
Closed 9 years ago
display:flex; cuts off content when printed
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1622935
People
(Reporter: cameron.jm, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
23.85 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151208100201
Steps to reproduce:
1. Visit this CodePen: http://codepen.io/anon/pen/OMzpwO
2. Right click on results frame, This Frame ➡️ Print this frame
3. Print or export to PDF
Actual results:
The parent element with display:flex; is cut off at one page, content is hidden.
Note that overflow:visible; is defined. Results are the same in either case.
Expected results:
The content should have continued onto the second (third, fourth...) page.
Comment 3•9 years ago
|
||
Yup.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(dholbert)
Summary: Display:flex; cuts off content → display:flex; cuts off content when printed
Comment 4•5 years ago
|
||
Printing a single-line row flex container is fixed by bug 1622935. The patch already in Firefox Nightly (2020-05-14).
You need to log in
before you can comment on or make changes to this bug.
Description
•