Tall <iframe> elements are truncated at page boundaries (instead of being split across pages, like tall images are)
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: dataloss, testcase, Whiteboard: [layout:print-triage:p1][frag2020])
Attachments
(2 files)
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•6 years ago
|
||
Just ran into this bug. In desperation, switched from <iframe> to <object>, to no avail. Not sure if tall <object> elements should be added to this bug, or a different bug created for tall <object> elements. Would be nice if there were some action on this bug.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
- Load attached testcase; note that you can scroll down and see the "DO YOU SEE ME" text.
It seems you forgot to attach the testcase...
Comment 4•6 years ago
|
||
I'm guessing it's something like this...
Comment 5•6 years ago
|
||
Somewhat related to bug 534182 although in this case with the additional complication that it'd be extremely hard to support real fragmentation in this case...
Comment 6•6 years ago
|
||
A test to show that Chrome doesn't fragment either, it just slices the rendering (mid-way through an "A").
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•5 years ago
|
||
Bug 1640197 / bug 1665214 should fix this when we enable it.
Updated•3 years ago
|
Comment 8•1 month ago
|
||
Testcase #1 and #2 look good when layout.display-list.improve-fragmentation=true (the default value). I can see the content loss in print-preview, i.e. only the first page shows, with layout.display-list.improve-fragmentation=false.
Description
•