Open
Bug 179135
Opened 22 years ago
Updated 2 years ago
top:auto blocks with position:absolute misplaced when printing
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: smontagu, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [frag2020])
Attachments
(1 file)
(deleted),
text/html
|
Details |
I noticed this when printing out http://www.w3.org/TR/css3-lists/ . The marginal
notes, which are styled
.issue { position: absolute; left: 0; width: 12em; border: solid thin;
padding: 0.35em;
font-size: 0.6em; text-align: left; margin: 0.2em; background: white;
opacity: 0.9; }
all appear as if piled one on top of the other at the beginning of the first page.
Steps to reproduce: load the URL, or the minimized testcase.
Note the position of the marginal notes
Print or Print Preview
Expected results: Each marginal note should be next to the relevant paragraph.
Actual results: Marginal notes on the first page are positioned correctly.
Marginal notes on subsequent pages appear on the first page.
(Not sure if this belongs in Printing or Layout: R & A Pos. Feel free to reassign)
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Could be dupe of bug 122750.
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 3•21 years ago
|
||
Is dup of bug 154892 ?
Comment 4•20 years ago
|
||
In response to #3, this is not a dup of bug 154892. That bug involves Mozilla
not breaking up a single large DIV for printing across multiple pages. This bug
involves multiple DIVs that if absolutely positioned are not printed on the
correct page.
could bug 281712 be a dup?
Reporter | ||
Comment 6•20 years ago
|
||
*** Bug 281712 has been marked as a duplicate of this bug. ***
Don't know what caused it or when it happened, but the behavior in my recent builds is different: abspos blocks on subsequent pages now don't get printed at all, i.e. instead of appearing on the first page, the last paragraph's sidenote doesn't appear at all. Can anyone confirm that?
Yep, I see that behavior in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007100110 Firefox/3.0a6pre ID:2007100110.
Updated•15 years ago
|
Assignee: rods → nobody
QA Contact: sujay → printing
Comment 10•15 years ago
|
||
See also bug 267029 & bug 546559.
Updated•14 years ago
|
Summary: blocks with position: absolute; misplaced when printing → top:auto blocks with position:absolute misplaced when printing
Updated•6 years ago
|
Updated•5 years ago
|
Whiteboard: [frag2020]
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
Comment 11•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 16 votes.
:jwatt, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jwatt)
Comment 12•2 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.
Flags: needinfo?(jwatt)
You need to log in
before you can comment on or make changes to this bug.
Description
•