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)
Tracking
(Not tracked)
M4
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>
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Verifying as duplicate of #2062.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•