[Webkit-unassigned] [Bug 236260] REGRESSION (15.4): Angular virtual scrollers no longer work (because of contain:strict)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 7 17:04:32 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=236260
zalan <zalan at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zalan at apple.com
--- Comment #12 from zalan <zalan at apple.com> ---
This must have regressed at https://trac.webkit.org/changeset/285885/webkit
as this code below does not look correct:
void RenderBox::addOverflowFromChild(const RenderBox* child, const LayoutSize& delta)
{
if (paintContainmentApplies())
return;
...
paint containment should not prevent collecting scrollable overflow (only ink overflow)
--
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/20220208/983a9f59/attachment.htm>
More information about the webkit-unassigned
mailing list