Bug 203160 - Web Inspector: Console: indicate when messages are added that are filtered out
Summary: Web Inspector: Console: indicate when messages are added that are filtered out
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-18 12:12 PDT by Devin Rousso
Modified: 2019-10-18 12:12 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-10-18 12:12:54 PDT
# STEPS TO REPRODUCE:
1. inspect any page
2. add some garbage filter that will never match anything (e.g. "goosfraba")
3. evaluate something in the Console (e.g. `1 + 1`)
 => the result (`2`) doesn't show up because it doesn't match the filter text

This is different than <https://webkit.org/b/201060> because it has to do with the text filter, not the source/level filter.