Bug 203160
| Summary: | Web Inspector: Console: indicate when messages are added that are filtered out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=201060 | ||
Devin Rousso
# 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |