Closed
Bug 384762
Opened 18 years ago
Closed 18 years ago
Negative margin + clear broken
Categories
(Core :: Layout: Floats, defect)
Core
Layout: Floats
Tracking
()
RESOLVED
FIXED
People
(Reporter: sharparrow1, Assigned: sharparrow1)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
2.88 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
data:text/html,<div style="margin-top: -10em; clear:both">a
The "a" shouldn't be visible, but it is on trunk.
I'm pretty sure this is caused by the patch to bug 349113 by code inspection; I haven't actually tested, though. The issue is that mMaximalLeftYMost/mMaximalRightYMost should be initialized to nscoord_MIN, not zero.
Updated•18 years ago
|
Flags: blocking1.9?
| Assignee | ||
Updated•18 years ago
|
Assignee: nobody → sharparrow1
| Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Flags: blocking1.9? → blocking1.9+
Comment on attachment 269880 [details] [diff] [review]
Patch
r+sr=dbaron
Attachment #269880 -
Flags: superreview+
Attachment #269880 -
Flags: review?(dbaron)
Attachment #269880 -
Flags: review+
... but please add the testcase to the reftests in layout/reftests/bugs/.
Comment 4•18 years ago
|
||
Oh, nice catch. Sorry about that.
| Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•