Bug 78116 - Web Inspector: bind entire subtree upon childNodeInserted so that text node were accounted.
Summary: Web Inspector: bind entire subtree upon childNodeInserted so that text node w...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 08:23 PST by Pavel Feldman
Modified: 2012-02-08 08:42 PST (History)
10 users (show)

See Also:


Attachments
Patch (7.45 KB, patch)
2012-02-08 08:32 PST, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>