RESOLVED FIXED 192341
Web Inspector: Audit: sidebar briefly shows "No Filter Results" before populating default audits
https://bugs.webkit.org/show_bug.cgi?id=192341
Summary Web Inspector: Audit: sidebar briefly shows "No Filter Results" before popula...
Matt Baker
Reported 2018-12-03 16:30:09 PST
Steps to Reproduce: 1. Select Audit tab 2. Close Inspector 3. Reopen Inspector => "No Filter Results" flashes before populating sidebar 1. Select Elements tab 2. Close Inspector 3. Reopen Inspector 4. Select Audit tab => "No Filter Results" flashes before populating sidebar
Attachments
Patch (4.25 KB, patch)
2018-12-03 19:07 PST, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2018-12-03 16:31:04 PST
Devin Rousso
Comment 2 2018-12-03 18:52:09 PST
This is somewhat expected, as the `WI.ObjectStore` is async and will probably take a moment to load its data. The "No Filter Results" is appearing because we do add a `WI.TreeElement` for the "Results" folder in `initialLayout`, which is default hidden, therefore triggering the placeholder. We can improve this by delaying it's creation (and append) till it's needed.
Devin Rousso
Comment 3 2018-12-03 19:07:41 PST
Matt Baker
Comment 4 2018-12-03 19:27:33 PST
Comment on attachment 356446 [details] Patch r=me
WebKit Commit Bot
Comment 5 2018-12-03 20:07:01 PST
Comment on attachment 356446 [details] Patch Clearing flags on attachment: 356446 Committed r238842: <https://trac.webkit.org/changeset/238842>
WebKit Commit Bot
Comment 6 2018-12-03 20:07:03 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.