[Webkit-unassigned] [Bug 248693] [GTK][Win] overflow-x: clip on html and body causes content to be invisible unless zoomed in

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 30 14:50:04 PDT 2023


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
RenderBox::overflowClipRect expands the clip rect to inifinite in Y axis.

    if (style().overflowX() == Overflow::Clip && style().overflowY() == Overflow::Visible)
        clipRect.expandToInfiniteY();

https://github.com/WebKit/WebKit/blob/aad6f77b647edba28f9e192346076d2922841a0d/Source/WebCore/rendering/RenderBox.cpp#L2132-L2133

-- 
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/20230430/4837f813/attachment.htm>


More information about the webkit-unassigned mailing list