Closed
Bug 1610618
Opened 5 years ago
Closed 5 years ago
only the first 2 pages print from this page (cardkingdom.com)
Categories
(Core :: Printing: Output, task)
Core
Printing: Output
Tracking
()
RESOLVED
DUPLICATE
of bug 534182
People
(Reporter: jesup, Unassigned)
Details
Attachments
(1 file)
354.35 KB,
application/x-compressed-tar
|
Details |
2 pages print more-or-less correctly (sizing seems odd, but that could be adjusted). The 3rd page (of 3) just has the header and footer. See attached page (it repros for me with this page).
Print Preview shows the same thing, so you don't need to print.
Printer selected is a Brother MFC-8480DN connected to over network
Local built mozilla-central from a couple of days ago, linux fedora 29
Comment 1•5 years ago
|
||
This is a version of bug 534182
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Comment 2•5 years ago
|
||
Specifically, the page has this DOM:
<div class="reviewOrderWrapper">
<table class="class="table orderContents">
And the table has display:inline-block
applied via a rule in cardkingdom.css:
.reviewOrderWrapper > *{
display: inline-block;
If you uncheck that line of CSS in devtools, then the whole table prints instead of being truncated.
You need to log in
before you can comment on or make changes to this bug.
Description
•