Closed
Bug 735065
Opened 13 years ago
Closed 13 years ago
Table and table-cell pseudo-elements don't respect absolute positioning relative to their parent
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: phillapier, Unassigned)
Details
Attachments
(1 file)
53.31 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.54 Safari/535.19
Steps to reproduce:
Created a table with two children as relatively positioned table-cells and with pseudo elements which are absolutely positioned using top, left, bottom, right. See the example here: http://jsfiddle.net/plapier/zH8yC/
Actual results:
The pseudo-element gets positioned relatively to the parent table.
Expected results:
The pseudo-element should have been positioned relatively to the parent table-cell.
Reporter | ||
Updated•13 years ago
|
Version: 9 Branch → 10 Branch
Updated•13 years ago
|
Component: Untriaged → Layout: Tables
Product: Firefox → Core
QA Contact: untriaged → layout.tables
Comment 1•13 years ago
|
||
Phil, thanks for reporting this! We're working on fixing this, but it requires some ... interesting changes to table layout to make this work.
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
•