[Webkit-unassigned] [Bug 221067] Page scrolling by wheel events doesn't work in non-AC mode pages if async scrolling is enabled (WinCairo)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 19:43:04 PST 2021


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

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
setForceCompositingMode
|       setThreadedScrollingEnabled
|       |
v       v
true   true   : Good (Mac, GTK, WPE)
false  false  : Good (GTK)
false  true   : Bad  (WinCairo)

It seems that WinCairo should align with other ports.

There are WKPreferencesSetAcceleratedCompositingEnabled and WKPreferencesSetThreadedScrollingEnabled.
However, no API corresponding to setForceCompositingMode.

-- 
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/20210128/1bf106e9/attachment.htm>


More information about the webkit-unassigned mailing list