Bug 77326

Summary: Web Inspector: keyboard navigation through comparison view in heap profiler should update retainers view
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
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 pfeldman: review+

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>