[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:27:27 PDT 2018


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

--- Comment #12 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
scrollHeight on the body comes from the ScrollView contentsSize, and that is computed via RenderView::unscaledDocumentRect() which uses layoutOverflowRect(). If not overflowing, we use height and width of the RenderView (which is not the body!).

-- 
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/2928ee3a/attachment.html>


More information about the webkit-unassigned mailing list