[Webkit-unassigned] [Bug 20569] New: document.height is inconsistent with other browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 29 11:39:57 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20569

           Summary: document.height is inconsistent with other browsers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: minatoar at gmail.com


document.height is inconsistent with Gecko (and other browsers don't support
it)

In Firefox, it looks like:
  document.height = document.body.clientHeight

Whereas in Safari it looks like:
 document.height = max{window.innerHeight, document.body.clientHeight}

Since other browsers don't support document.height, I think WebKit should just
match Gecko.

Note that the behavior of document.height is consistent in both strict and
quirks mode (unfortunately the same can't be said for other document/body
measurements).


-- 
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