Closed
Bug 1283642
Opened 9 years ago
Closed 9 years ago
output truncated when printing a flexbox
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1622935
People
(Reporter: stonyuk, Unassigned)
References
Details
Attachments
(1 file)
741 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
Steps to reproduce:
Printed a page containing a flexbox layout which requires more than one page to print.
See: http://output.jsbin.com/rihike
Actual results:
The output was truncated.
The first page was correct but the second page was blank rather than containing the rest of the output.
Expected results:
The entire page should be printed correctly.
Reporter | ||
Comment 1•9 years ago
|
||
This happens on Firefox 47 on both OS X and Windows 10.
OS: Unspecified → Windows 10
Hardware: Unspecified → x86_64
Reporter | ||
Comment 2•9 years ago
|
||
Also happens on the Windows Nightly build 50.0a1 (2016-06-30).
Print Preview fails too.
Component: Untriaged → Printing: Output
Product: Firefox → Core
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 5•5 years ago
|
||
Printing single-line column flex container is fixed by bug 1622935. Though in my testing, the number (1, 2, 3 ...) in each flex item in the test-case can still be truncated if the flex item happens to be at the edge of the page, which will be fixed in bug 1637016.
You need to log in
before you can comment on or make changes to this bug.
Description
•