Closed
Bug 116320
Opened 24 years ago
Closed 23 years ago
relatively positioned inline elements may clip replaced elements
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
Future
People
(Reporter: waterson, Assigned: waterson)
Details
(Keywords: testcase)
Attachments
(3 files)
Stumbled onto this bug while poking around bug 68161. Specifically, it appears
that a relatively positioned inline element does not correctly expand its view
when it contains a replaced element. This can lead to the replaced element being
clipped.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Future
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Comment 4•23 years ago
|
||
Here's a testcase modified from one created by doron. Note that the
relatively-positioned 'span' can't be coaxed into displaying the image with
'overflow: visible', which I added to the testcase on the chance that our UA
styles had a 'hidden' directive somewhere. The second 'span' is not positioned
and provided for the sake of comparison; the two elements should appear exactly
the same. Is this simply an 'overflow' bug, or something else?
*** This bug has been marked as a duplicate of 79315 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•