[Webkit-unassigned] [Bug 226434] window.scrollTo(null) throws an exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 18:04:11 PDT 2021


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #2)
> Chrome and Firefox are not getting the polypill for window.scrollTo, unclear
> why.

I think we are getting the polyfill  because of this check:
if (!("scrollBehavior" in e.documentElement.style) || !0 === t.__forceSmoothScrollPolyfill__) {

We seem to be failing this: "scrollBehavior" in e.documentElement.style

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


More information about the webkit-unassigned mailing list