Bug 182495 - Should be able to moveAllChildrenTo() without broadcasting the removes/inserts.
Summary: Should be able to moveAllChildrenTo() without broadcasting the removes/inserts.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-05 10:46 PST by zalan
Modified: 2018-02-05 10:47 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2018-02-05 10:46:32 PST
RenderElement::insertChildInternal calls newChild->insertedIntoTree() which has some side effects (e.g. multicol) since it's not a real insert, it's just reparenting.
Comment 1 Radar WebKit Bug Importer 2018-02-05 10:47:11 PST
<rdar://problem/37242698>