Bug 157598 - Web Inspector: Unexpected unread notification icon next to Log after clearing via clear()
Summary: Web Inspector: Unexpected unread notification icon next to Log after clearing...
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: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2016-05-11 16:58 PDT by Joseph Pecoraro
Modified: 2016-05-11 18:04 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.62 KB, patch)
2016-05-11 16:59 PDT, 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 2016-05-11 16:58:31 PDT
* SUMMARY
Unexpected unread notification icon next to Log after clearing via clear()

* STEPS TO REPRODUCE
1. Inspect about:blank
2. Show Console Tab
3. Select Error filter
4. js> clear() or 1+1
  => Unread notification icon next to Log doesn't make sense

* NOTES
- We always show ConsoleCommand and ConsoleCommandResults regardless of filters, so a ConsoleCommandResult should not affect the unread indicators.
Comment 1 Joseph Pecoraro 2016-05-11 16:59:42 PDT
Created attachment 278682 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2016-05-11 18:04:00 PDT
Comment on attachment 278682 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 278682

Committed r200720: <http://trac.webkit.org/changeset/200720>
Comment 3 WebKit Commit Bot 2016-05-11 18:04:04 PDT
All reviewed patches have been landed.  Closing bug.