Closed
Bug 380962
Opened 18 years ago
Closed 17 years ago
offsetLeft and offsetTop for table elements are too large
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: dwendorf, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070515 Minefield/3.0a5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070515 Minefield/3.0a5pre
Between the 2007-03-15-04 and 2007-03-16-05 trunk builds, the offsetLeft and offsetTop calculations for tables were switched to more accurately reflect the size of the table, but the offsetLeft and offsetTop for child rows and cells were not switched, so they remain too large.
Reproducible: Always
Steps to Reproduce:
1. Create a table with some space between it and the top or left of its offsetParent
2. Add one row and cell to it.
2. Check the cell's offsetLeft or offsetTop.
Actual Results:
The offsetLeft and offsetTop are calculated as if the table stretched almost to the top and left edges.
Expected Results:
Because the table is spaced away from the edges, the cell's offsetLeft and offsetTop should be smaller, reporting only the space between the edge of the cell and the edge of the table.
Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•18 years ago
|
Keywords: regression,
testcase
Comment 2•17 years ago
|
||
Should be working now in builds dated 2007-06-14 or newer.
The mochitests on bug 375003 covers the attached testcase.
-> FIXED (by bug 375003)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: blocking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•