You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crash is happening because svg boxes are inserted with m_ancestor_stack.last()->append_child(*layout_node) instead of insert_node_into_inline_or_block_ancestor(*layout_node, display, AppendOrPrepend::Append), this causes them to skip the calls to set_children_are_inline in the latter function.
The crash can be prevented by duplicating that logic for the svg box case but that's not ideal, @gmta what do you think?
Bisected to 336684b (from #3276)
Non-minimal reproduction: https://discord.com/
Remind me to try minimising the crash tomorrow.
The text was updated successfully, but these errors were encountered: