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)

x86
Windows 7
defect
Not set
normal

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.
This should be fixed with the patches from bug 755971, so marking as a dupe. Feel free to reopen if it isn't fixed.
No longer blocks: 755971
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.