Closed
Bug 168840
Opened 23 years ago
Closed 23 years ago
Borders of a relatively positioned div should all disappear
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: bugzilla, Assigned: kmcclusk)
Details
(Keywords: testcase)
Attachments
(1 file)
|
3.98 KB,
text/html
|
Details |
Borders of a relatively positioned div with overflow set to auto should all
disappear when its absolutely positioned parent becomes hidden.
A complete interactive upcoming test case explains.
| Reporter | ||
Comment 1•23 years ago
|
||
Play around with the following test case.
Green borders do not disappear when
- yellow outermost div position is absolute
- yellow outermost div visibility is set to hidden
- green innermost div overflow is set to auto
I tested this with MSIE 6 and Opera 6.03 and the green borders always
disappear. I also moved the green div to other (overflowed) positions and the
green borders were still visible. Download the source and set the green div
left:-20px or top:-90px and hide the yellow outermost div as described up here
and the green borders will not disappear.
| Reporter | ||
Comment 2•23 years ago
|
||
I forgot to add that this bug happens in windows XP Pro with Moz1.2alpha build
2002091408.
Comment 3•23 years ago
|
||
Confirming bug, 2002-09-13-10 trunk Linux
Similarly, the green bottom border is partly missing when changing
static -> absolute with visible+auto.
The border is correctly displayed after covering/uncovering the window.
--> GFX Compositor
Assignee: attinasi → kmcclusk
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: Layout → GFX Compositor
Ever confirmed: true
Keywords: testcase
OS: Windows XP → All
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
| Reporter | ||
Comment 4•23 years ago
|
||
The test case now WFM on XP Pro SP1 using 2002101908
| Reporter | ||
Comment 5•23 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•