Closed
Bug 171315
Opened 23 years ago
Closed 23 years ago
Overflow:visible for a nested absolutely positioned image is not rendered.
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla, Assigned: roc)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
1.71 KB,
text/html
|
Details |
Overflow:visible for a nested absolutely positioned image is not rendered. I
strongly suspect a regression since NS 7.0 final release does render the image
entirely.
This behavior is observed on Windows XP Pro SP1 with build 2002092617
A reduced test case will follow.
| Reporter | ||
Comment 1•23 years ago
|
||
NS 7.0 final release, MSIE 6, Opera 6.03 all render the image completely and
comply with the declaration overflow:visible .
Comment 2•23 years ago
|
||
This works in 1.1; it must be a recent regression.
Keywords: regression,
testcase
Comment 3•23 years ago
|
||
regression between linux trunk build 2002091621 and 2002091804
current 1.0 branch (CVS) is fine.
marking new
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
| Assignee | ||
Comment 5•23 years ago
|
||
This testcase is invalid and what we're doing now is correct. The IMG overflows
the blue DIV, but the blue DIV is overflow:hidden, so the IMG is clipped.
Setting overflow:visible on the IMG has no effect. overflow:visible means that
any overflowing children of the IMG would not be clipped by the IMG, but of
course there aren't any children of the IMG.
| Assignee | ||
Comment 6•23 years ago
|
||
marking INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•