RESOLVED FIXED 19211
Changing the sorting while a resource is selected unhighlights it
https://bugs.webkit.org/show_bug.cgi?id=19211
Summary Changing the sorting while a resource is selected unhighlights it
Anthony Ricaud
Reported 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.
Attachments
Proposed patch (3.92 KB, patch)
2008-05-29 10:35 PDT, Timothy Hatcher
aroben: review+
Anthony Ricaud
Comment 1 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.
Timothy Hatcher
Comment 2 2008-05-29 10:35:05 PDT
Created attachment 21414 [details] Proposed patch
Adam Roben (:aroben)
Comment 3 2008-05-29 10:42:53 PDT
Comment on attachment 21414 [details] Proposed patch r=me
Timothy Hatcher
Comment 4 2008-05-29 14:26:51 PDT
Landed in r34211.
Note You need to log in before you can comment on or make changes to this bug.