Bug 182164 - Web Inspector: Network Table: Sort indicator is not displayed when sorted column is hidden and re-shown
Summary: Web Inspector: Network Table: Sort indicator is not displayed when sorted col...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-25 20:52 PST by Joseph Pecoraro
Modified: 2018-01-25 21:30 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.79 KB, patch)
2018-01-25 20:53 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.