[Webkit-unassigned] [Bug 181741] Element with position:fixed stops scrolling at the bottom of the page, but is painted in the right place on Chacos.com.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 17 18:46:19 PST 2018


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
So this issue happens when the minimum scale is > 1. FrameView::visualViewportRect() returns a visual viewport that's too big (larger than the document) because it assumes that it can scale the visible rect by the scale (~1.3 on this page).

-- 
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/20180118/7ba2396e/attachment.html>


More information about the webkit-unassigned mailing list