[Webkit-unassigned] [Bug 25240] New: document.body.offsetHeight is wrong in BackCompat mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 16 11:49:18 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25240
Summary: document.body.offsetHeight is wrong in BackCompat mode
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: erik.arvidsson at gmail.com
Getting the offsetHeight of the body element in a document in quirks mode
returns the client height of the window. It is supposed to give the actual
border-box bounding height of the element. This used to work correctly (our
continuous builds started breaking with newer webkit versions).
All other browsers agree on this.
Test case coming up.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list