[Webkit-unassigned] [Bug 232185] ASSERT(parent->element()) triggered in Styleable::fromRenderer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 06:57:39 PDT 2021


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

Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koivisto at iki.fi
 Attachment #442385|review?                     |review+
              Flags|                            |

--- Comment #8 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 442385
  --> https://bugs.webkit.org/attachment.cgi?id=442385
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=442385&action=review

>>> Source/WebCore/ChangeLog:10
>>> +        loop through parent renderers as ::backdrop and ::marker renderers do not
>> 
>> the problem here is that RenderMultiColumnFlowThread don't have associated renderers, so we have to loop through parents until we find the RenderListItem which has an associated element.
> 
> don't have associated elements*

CSS term for a renderer without an associated element is "anonymous box"

-- 
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/20211026/120e281a/attachment.htm>


More information about the webkit-unassigned mailing list