console.group text never filtered from console
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
People
(Reporter: brian.david.vaughn, Unassigned)
Details
Attachments
(1 file)
30.62 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36
Steps to reproduce:
- Log the following:
console.group("foo");
console.log("bar");
console.groupEnd();
- Search for "bar" in the console filter
Additional background context: https://github.com/whatwg/console/issues/171
Actual results:
Both "foo" and "bar" remain visible.
Expected results:
The group "foo" entry is hidden and only the log "bar" entry is visible.
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•5 years ago
|
||
Hello Brian, thanks for the report.
We already have a bug for that (Bug 1440068), so I'm going to duplicate this one :)
Also, it looks like there was a WIP patch for it, so I'm going to see if we can push that over the finish line.
Reporter | ||
Comment 3•5 years ago
|
||
Oh, thanks Nicolas! I searched before filing but I guess I missed it. 🙇♂️
Description
•