Bug 78116

Summary: Web Inspector: bind entire subtree upon childNodeInserted so that text node were accounted.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2012-02-08 08:23:56 PST
Today inserting <div>Foo</div> into the DOM does not bind text node Foo and prevents users from its subsequent edits.
Comment 1 Pavel Feldman 2012-02-08 08:32:42 PST
Created attachment 126086 [details]
Patch
Comment 2 Pavel Feldman 2012-02-08 08:42:41 PST
Committed r107093: <http://trac.webkit.org/changeset/107093>