[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:55:08 PST 2020


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

--- Comment #2 from cc.glows at gmail.com ---
(In reply to Simon Fraser (smfr) from comment #1)
> 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.

If I wrap the updates in `setInterval()` without any duration argument, so it updates as fast as possible, the problem remains the same.

-- 
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/a8411ea4/attachment.htm>


More information about the webkit-unassigned mailing list