Closed Bug 1628147 Opened 5 years ago Closed 5 years ago

console.group text never filtered from console

Categories

(DevTools :: Console, defect)

75 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1440068

People

(Reporter: brian.david.vaughn, Unassigned)

Details

Attachments

(1 file)

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:

  1. Log the following:
console.group("foo");
console.log("bar");
console.groupEnd();
  1. 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.

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Console
Product: Firefox → DevTools

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.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE

Oh, thanks Nicolas! I searched before filing but I guess I missed it. 🙇‍♂️

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: