Closed
Bug 682046
Opened 13 years ago
Closed 13 years ago
<table> and Associated Elements are Not Seen As Valid Offset Parents
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
People
(Reporter: anewpage.media, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1
Steps to reproduce:
<th> has position: relative;
<span> has position: absolute; top: 0; left: 0;
Example: http://jsfiddle.net/brianblakely/m69aC/
Actual results:
<span> is in the top-left corner of the <body>
Expected results:
<span> should be in the top-left corner of the <th>
It appears that none of the elements in the <table> family count as valid offset parents.
Updated•13 years ago
|
Component: General → Layout: R & A Pos
Product: Firefox → Core
QA Contact: general → layout.r-and-a-pos
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•