[Webkit-unassigned] [Bug 194289] [iOS] Support fixed positioning with async scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 09:01:13 PST 2019


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

--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
The existing code computes fixed position rect based on the last layout scroll position in web process and then tries to make it match the actual layer position by applying offsets in the UI process.

This patch gets rid of all that and simply computes the correct fixed position rect entirely in the UI (scrolling tree) side.

-- 
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/20190205/d18d5a7c/attachment.html>


More information about the webkit-unassigned mailing list