Bug 77722 - Web Inspector: preserve elements panel selection upon node drag'n'drop
Summary: Web Inspector: preserve elements panel selection upon node drag'n'drop
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-03 00:24 PST by Pavel Feldman
Modified: 2012-02-03 01:28 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.38 KB, patch)
2012-02-03 00:26 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff
Patch (8.57 KB, patch)
2012-02-03 00:51 PST, Pavel Feldman
vsevik: 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-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>