[Webkit-unassigned] [Bug 209947] Twitter feed contents overlap when changing the zoom level

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 20:00:11 PDT 2020


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cathiechen at igalia.com

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The feed is a series of absolutely positioned boxes, offset with translateY() transforms. Those offsets are computing using ResizeObserver.

ResizeObserver doesn't seem to fire callbacks when the zoom level changes, so those translateY() don't change. They do in Chrome.

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


More information about the webkit-unassigned mailing list