Bug 182164

Summary: Web Inspector: Network Table: Sort indicator is not displayed when sorted column is hidden and re-shown
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2018-01-25 20:52:28 PST
Network Table: Sort indicator is not displayed when sorted column is hidden and re-shown

Steps to Reproduce:
1. Inspect <https://webkit.org>
2. Show Network Tab
3. Sort by Domain column
4. Hide the Domain column
5. Show the Domain column
  => Expected sort indicator, but there is none

Notes:
• showColumn needs to re-add the sort class names if this was the active sort column
Comment 1 Joseph Pecoraro 2018-01-25 20:52:34 PST
<rdar://problem/36892619>
Comment 2 Joseph Pecoraro 2018-01-25 20:53:27 PST
Created attachment 332349 [details]
[PATCH] Proposed Fix
Comment 3 BJ Burg 2018-01-25 20:55:00 PST
Comment on attachment 332349 [details]
[PATCH] Proposed Fix

r=me
Comment 4 WebKit Commit Bot 2018-01-25 21:30:34 PST
Comment on attachment 332349 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 332349

Committed r227667: <https://trac.webkit.org/changeset/227667>
Comment 5 WebKit Commit Bot 2018-01-25 21:30:36 PST
All reviewed patches have been landed.  Closing bug.