Bug 77722

Summary: Web Inspector: preserve elements panel selection upon node drag'n'drop
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
none
Patch vsevik: review+

Description Pavel Feldman 2012-02-03 00:24:34 PST
Patch to follow.
Comment 1 Pavel Feldman 2012-02-03 00:26:46 PST
Created attachment 125275 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-02-03 00:31:52 PST
Comment on attachment 125275 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=125275&action=review

> Source/WebCore/inspector/front-end/DOMAgent.js:981
> +                callback.apply(this, attributes);

arguments?
Looks like this needs test.
Comment 3 Pavel Feldman 2012-02-03 00:51:02 PST
Created attachment 125280 [details]
Patch
Comment 4 Pavel Feldman 2012-02-03 01:28:21 PST
Committed r106638: <http://trac.webkit.org/changeset/106638>