Bug 143166 - Web Inspector: Console should indicate if you have unseen messages in console due to filters
Summary: Web Inspector: Console should indicate if you have unseen messages in console...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-27 17:28 PDT by Joseph Pecoraro
Modified: 2015-07-04 14:47 PDT (History)
9 users (show)

See Also:


Attachments
Patch (12.74 KB, patch)
2015-07-02 16:54 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
After Patch is applied (48.87 KB, image/png)
2015-07-04 10:11 PDT, Devin Rousso
no flags Details
Patch (12.74 KB, patch)
2015-07-04 10:12 PDT, Devin Rousso
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 2015-03-27 17:28:21 PDT
* SUMMARY
Console should indicate if you have unseen messages in console due to filters.

I frequently think "where are my messages" before noticing that there is a filter that is hiding them. I've frequently had people come to me with the same problem. We should better indicate when a filter is hiding messages.
Comment 1 Radar WebKit Bug Importer 2015-03-27 17:28:44 PDT
<rdar://problem/20335055>
Comment 2 Devin Rousso 2015-07-02 16:54:31 PDT
Created attachment 256050 [details]
Patch
Comment 3 Timothy Hatcher 2015-07-02 18:18:19 PDT
Can you post a screenshot?
Comment 4 Timothy Hatcher 2015-07-04 07:06:15 PDT
Comment on attachment 256050 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256050&action=review

> Source/WebInspectorUI/UserInterface/Views/LogContentView.css:35
> +    border-color: rgba(224, 164, 4, 0.9);

Why rgba here and not for the others?

> Source/WebInspectorUI/UserInterface/Views/LogContentView.js:324
> +    _determineMessageLevel: function(level)

_scopeFromMessageLevel?
Comment 5 Devin Rousso 2015-07-04 10:06:44 PDT
Comment on attachment 256050 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256050&action=review

>> Source/WebInspectorUI/UserInterface/Views/LogContentView.css:35
>> +    border-color: rgba(224, 164, 4, 0.9);
> 
> Why rgba here and not for the others?

I was originally using the color of the warning icon in the inspector status area, but I'll look to see if I can find a better color.
Comment 6 Devin Rousso 2015-07-04 10:11:50 PDT
Created attachment 256150 [details]
After Patch is applied
Comment 7 Devin Rousso 2015-07-04 10:12:29 PDT
Created attachment 256151 [details]
Patch
Comment 8 WebKit Commit Bot 2015-07-04 14:47:30 PDT
Comment on attachment 256151 [details]
Patch

Clearing flags on attachment: 256151

Committed r186283: <http://trac.webkit.org/changeset/186283>
Comment 9 WebKit Commit Bot 2015-07-04 14:47:34 PDT
All reviewed patches have been landed.  Closing bug.