Bug 77326 - Web Inspector: keyboard navigation through comparison view in heap profiler should update retainers view
Summary: Web Inspector: keyboard navigation through comparison view in heap profiler s...
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 04:04 PST by Yury Semikhatsky
Modified: 2012-01-30 08:17 PST (History)
10 users (show)

See Also:


Attachments
Patch (6.74 KB, patch)
2012-01-30 05:59 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-01-30 04:04:50 PST
Currently it is only updated when I click on corresponding line.
Comment 1 Yury Semikhatsky 2012-01-30 05:59:34 PST
Created attachment 124538 [details]
Patch
Comment 2 Pavel Feldman 2012-01-30 08:07:01 PST
Comment on attachment 124538 [details]
Patch

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

> Source/WebCore/inspector/front-end/DataGrid.js:1473
>              this.dispatchEventToListeners("selected");

It seems strange that you introduce SelectedNode event beside the "selected" one.
Comment 3 Yury Semikhatsky 2012-01-30 08:17:27 PST
Committed r106245: <http://trac.webkit.org/changeset/106245>