Closed
Bug 2058
Opened 26 years ago
Closed 26 years ago
auto margins on relatively positioned elements
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
You are setting all auto margins to zero on relatively positioned elements and
then setting margin-right back to auto to deal with the overconstraning that
results. See the above URL.
Reporter | ||
Comment 1•26 years ago
|
||
Troy - I would think this bug should probably be yours, since you've been
dealing with this stuff. You've already fixed most of the problems on this
page.
I think my analysis above is still correct, except it now only applies to one
test (class=seven). Or something like that...
I just fixed up the above URL to deal with the CSS2 errata.
Giving the bug back to Kipp. nsHTMLReflowState is (now) calculating the
margin-left correctly, but because the block/inline code doesn't use the
calculated margins in the nsHTMLReflowState struct we're still getting the wrong
value
Updated•26 years ago
|
QA Contact: 4110
Comment 5•26 years ago
|
||
chrisd as QA contact
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•26 years ago
|
||
Verified fixed.
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 7•26 years ago
|
||
Test seven on the above URL
( http://www.fas.harvard.edu/~dbaron/csstest/sec100303 )
regressed between the builds of 1999-03-26 and 1999-03-29.
The state of this bug seems the same as it was when I made the 1999-01-25
comment above.
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Fixed. The code to force the equality in section 10.3.3 of the spec was only
applied when *extra* space was available...
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•26 years ago
|
||
Using 5/17 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•