Bug 78235 - Web Inspector: fix setOuterHTML for the case that adds / removes duplicate.
Summary: Web Inspector: fix setOuterHTML for the case that adds / removes duplicate.
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: 78330
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-09 07:07 PST by Pavel Feldman
Modified: 2012-02-10 00:28 PST (History)
10 users (show)

See Also:


Attachments
Patch (17.67 KB, patch)
2012-02-09 07:10 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-09 07:07:29 PST
Today, editing <h2></h2> -> <h2></h2><h2></h2> results in a noop.
Comment 1 Pavel Feldman 2012-02-09 07:10:21 PST
Created attachment 126299 [details]
Patch
Comment 2 Pavel Feldman 2012-02-09 07:27:19 PST
Committed r107242: <http://trac.webkit.org/changeset/107242>