Closed Bug 1610618 Opened 4 years ago Closed 4 years ago

only the first 2 pages print from this page (cardkingdom.com)

Categories

(Core :: Printing: Output, task)

task
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 534182

People

(Reporter: jesup, Unassigned)

Details

Attachments

(1 file)

Attached file printing.tgz

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

This is a version of bug 534182

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE

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.

Attachment

General

Created:
Updated:
Size: