[Webkit-unassigned] [Bug 206228] element.style position DOM updates are laggy / not in sync

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 13:05:48 PST 2020


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

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Scroll events are, per spec, asynchronous. Other browsers do a better job of sending them in sync with scrolling than WebKit, but you should never rely on them to reposition things. Use position:sticky, position:fixed etc instead.

-- 
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/20200114/3badbd7f/attachment-0001.htm>


More information about the webkit-unassigned mailing list