Closed
Bug 107227
Opened 23 years ago
Closed 23 years ago
Top border not updated correctly for inline element within absolute positioned block-level element
Categories
(Core Graveyard :: GFX, defect, P1)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: hans.aikema, Assigned: kmcclusk)
References
()
Details
Attachments
(1 file)
611 bytes,
text/html
|
Details |
When an absolute positioned element contains an in-line element with a border,
the top-border is not updated when all borders should be updated. See the URL
for a testcase.
Expected behaviour:
All Href elements change from dashed-blue border to a solid-red border when the
mouse is over it.
Observed behaviour:
A HREF in a relative positioned <P> works fine, as well as an absolute
positioned, block-level link.
The (inline) HREF in the absolute positioned <P> only has it's left, right and
bottom-borders updated to the solid-red border, the top-border keeps it's
initial setting of dashed-blue.
Tested on:
Mozilla 0.9.5 (Build-ID 2001101117)
Windows 2000
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
I see the problem on current linux too. Looks like the view for the abs. pos.
element does not extend up enough. Over to compositor.
Assignee: attinasi → kmcclusk
Status: UNCONFIRMED → NEW
Component: Layout → Compositor
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Assignee | ||
Comment 3•23 years ago
|
||
Bulk moving Mozilla1.01 bugs to future-P1. I will pull from the future-P1 list
to schedule bugs for post Mozilla1.0 milestones
Priority: -- → P1
Target Milestone: mozilla1.0.1 → Future
Assignee | ||
Comment 4•23 years ago
|
||
WFM: Using 6/28/2002 trunk build on WinXP.
Status: ASSIGNED → 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
•