[Webkit-unassigned] [Bug 225467] REGRESSION (Safari 14): Submenus on https://codelearn.cat don't show

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 14:20:37 PDT 2021


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This might be fallout from the RenderLayer/ScrollableArea split.

There's a composited layer with overflow:scroll, and overflow is being toggled to 'visible'. We fail to remove the compositing clipping layer, so the content remains clipped.

This is happening because RenderBox::requiresLayerWithScrollableArea() is called from RenderLayer::styleChanged() (i.e. before layout) but it consults hasHorizontalOverflow() || hasVerticalOverflow() which depend on layout.

-- 
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/20210608/f6da77d3/attachment.htm>


More information about the webkit-unassigned mailing list