Closed
Bug 562005
Opened 15 years ago
Closed 12 years ago
Scrollheight value of table with overflow:auto is too large, returns offsetHeight value
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 755971
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: testcase)
This is a spin-off from bug 561989. That bug can probably be fixed, without having this bugs fixed.
See testcase, there is a bug in the scrollWidth/scrollHeight properties of
the table element.
The testcase returns in Firefox:
a.clientHeight: 25
a.offsetHeight: 65
a.scrollHeight: 65
But in IE8, it returns:
a.clientHeight: 25
a.offsetHeight: 65
a.scrollHeight: 25
This might very well be related to bug 356665.
Comment 1•12 years ago
|
||
This should be fixed with the patches from bug 755971, so marking as a dupe. Feel free to reopen if it isn't fixed.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•