Bug 164737 - Child is sometimes not painting after adding via Node.appendChild
Summary: Child is sometimes not painting after adding via Node.appendChild
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-14 15:31 PST by Joseph Pecoraro
Modified: 2016-11-14 18:32 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-11-14 15:31:57 PST
Summary:
Child is sometimes not painting after adding via Node.appendChild

Experimenting with a UI change in Web Inspector, clicking div1 causes div2 to be added to div3. However sometimes div2 does not get displayed. It is there in the DOM, and causing a layout causes it to display. I will see if I can create a reduction.