Closed
Bug 2993
Opened 26 years ago
Closed 26 years ago
gaps with absolute positioning of auto
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: troy)
References
()
Details
When absolute positioning is used, something like top:auto creates a strange
gap that I don't understand. It's probably OK by the spec (because the spec is
necessarily vague for other reasons), but that doesn't mean it should be there.
See the <P class="nine"> in the above URL and also, in
http://www.fas.harvard.edu/~dbaron/csstest/sec090302c.html , examples of class
nine, nineb, and nined (and currently more because bottom isn't working).
Reporter | ||
Updated•26 years ago
|
Summary: gaps at top with absolute positioning of auto → gaps with absolute positioning of auto
Reporter | ||
Comment 1•26 years ago
|
||
It also occurs on the left side in the P class="nine" in
http://www.fas.harvard.edu/~dbaron/csstest/sec090302b.html
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This is fixed now. That strange gap was because when the 'placeholder' frame's
position was being translated back into the coordinate space of the containing
block it was left relative to the containing block's border edge instead of the
containing block's padding edge like it should be. So I added some code to
translate by the containing block's 'border'
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•