[Webkit-unassigned] [Bug 222265] [GTK] REGRESSION: Broken scrolling on element.io with async scrolling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 16 13:32:45 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=222265
--- Comment #3 from Alexander Mikhaylenko <alexm at gnome.org> ---
Found the cause. In `Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp`,
```cpp
clipTransform.translate(options.offset.width() + m_state.boundsOrigin.x(),
options.offset.height() + m_state.boundsOrigin.y());
```
the origin coords should be multiplied by the scale factors (both page and device).
--
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/20210516/1d50c1f2/attachment.htm>
More information about the webkit-unassigned
mailing list