Bug 19211 - Changing the sorting while a resource is selected unhighlights it
Summary: Changing the sorting while a resource is selected unhighlights it
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: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 03:45 PDT by Anthony Ricaud
Modified: 2008-05-29 14:26 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (3.92 KB, patch)
2008-05-29 10:35 PDT, Timothy Hatcher
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ricaud 2008-05-23 03:45:30 PDT
Steps to reproduce :
1. Go to http://webkit.org
2. Open the Inspector in the Resources tab
3. Select the HTML page
4. Sort by latency
The HTML page is not highlighted

If you sort by start time, then by end time and finally by latency, the resource is highlighted.
Comment 1 Anthony Ricaud 2008-05-29 00:34:38 PDT
The buggy line seems to be #1424 in ResourcesPanel.js.

By the way, it's impossible to set a breakpoint on line 1425.
Comment 2 Timothy Hatcher 2008-05-29 10:35:05 PDT
Created attachment 21414 [details]
Proposed patch
Comment 3 Adam Roben (:aroben) 2008-05-29 10:42:53 PDT
Comment on attachment 21414 [details]
Proposed patch

r=me
Comment 4 Timothy Hatcher 2008-05-29 14:26:51 PDT
Landed in r34211.