[Webkit-unassigned] [Bug 184694] document.body.scrollHeight is different after resizing the window down and up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 21:19:07 PDT 2018


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

--- Comment #11 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
document.body.scrollHeight seems incompatible between Safari and Chrome/Firefox. In Safari, it's max(view height, contents height), but in other browsers it's just contents height.

This is odd, since scrollHeight is max(box height, contents height) for an overflow scroll div.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180519/aa8aa42a/attachment.html>


More information about the webkit-unassigned mailing list