NEW203160
Web Inspector: Console: indicate when messages are added that are filtered out
https://bugs.webkit.org/show_bug.cgi?id=203160
Summary Web Inspector: Console: indicate when messages are added that are filtered out
Devin Rousso
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.