Closed Bug 2422 Opened 26 years ago Closed 26 years ago

'clip' doesn't apply to child positioned elements

Categories

(Core Graveyard :: GFX, defect, P2)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 2062

People

(Reporter: troy, Assigned: michaelp)

Details

The view system is applying the 'clip' to child views and it shouldn't. Here's
some HTML that demonstrates the problem. Note: the parser is busted and doesn't
allow nested DIV tags, but that should be fixed today and then this will work
properly

<body>
<div style="position:absolute; left:20px; top:20px; width:200px; border:solid
2px red; background-color:lightyellow">
Some text in a absolutely positoned DIV tag so we can test absolute positioning
of nested_
<div style="position:absolute; left:-20px; top:-20px; width:200px; border:solid
2px blue; background-color:white">
This is the text of the nested DIV element that's also absolutely
positioned</div>
absolutely positioned DIV elements
</div>
</body>
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2062 ***
Status: RESOLVED → VERIFIED
Verifying as duplicate of #2062.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.