In print-preview, all absolutely-positioned content past first page is piled at the top of the second page
Categories
(Core :: Print Preview, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - | 
People
(Reporter: cwbsatx, Unassigned)
References
(Depends on 2 open bugs, Blocks 4 open bugs)
Details
(Keywords: testcase)
Attachments
(3 files)
| Comment 1•15 years ago
           | ||
|   | ||
| Comment 3•15 years ago
           | ||
| Comment 5•15 years ago
           | ||
| Comment 8•15 years ago
           | ||
| Comment 9•15 years ago
           | ||
| Comment 10•15 years ago
           | ||
| Comment 11•15 years ago
           | ||
| Updated•15 years ago
           | 
| Comment 12•15 years ago
           | ||
| Comment 13•15 years ago
           | ||
| Updated•15 years ago
           | 
| Comment 14•15 years ago
           | ||
|   | ||
| Comment 15•15 years ago
           | ||
|   | ||
| Comment 16•15 years ago
           | ||
| Comment 17•15 years ago
           | ||
|   | ||
| Comment 18•15 years ago
           | ||
| Comment 19•15 years ago
           | ||
| Updated•15 years ago
           | 
| Comment 21•15 years ago
           | ||
| Comment 22•15 years ago
           | ||
| Comment 24•10 years ago
           | ||
| Comment 26•10 years ago
           | ||
|   | ||
| Comment 27•9 years ago
           | ||
|   | ||
| Comment 28•9 years ago
           | ||
| Comment 30•9 years ago
           | ||
| Comment 32•9 years ago
           | ||
| Comment 33•3 years ago
           | ||
Included in Jira S&Q22 Epic https://mozilla-hub.atlassian.net/browse/FFXP-1762 for traceability.
| Updated•3 years ago
           | 
| Comment 34•3 years ago
           | ||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates and 15 votes.
:jwatt, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
| Comment 35•3 years ago
           | ||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
| Comment 36•11 months ago
           | ||
Minor update here: this bug still exists and reproduces in essentially the same way as it originally did, with one minor change: the first line of the abspos content -- which was previously hidden per comment 11 -- now shows up, and it shows up at the appropriate position (though the subsequent lines are still all piled at the top of the page).
That first line only shows up by virtue of the fragmentation-fallback (about:config pref layout.display-list.improve-fragmentation) -- if I toggle that pref to false, then the first line doesn't paint at all.
So: that first line is presumably a frame in the first page's frame-tree, which is overflowing off the bottom of the first page (and was getting clipped as a result); and the rest of the abspos content is in a continuation on the second page.
| Comment 37•6 months ago
           | ||
This affected one of my webapps. I'm using position:absolute to left-float headings, avoiding accessibility order problems of float:right. With all the headings on page 2+ overlapping the 1st heading, they become unreadable and useless.
My workaround is to position:relative the <div> that encloses both.
Description
•