Skip to content

Console group collapse fails for nested groups #366

@experdot

Description

@experdot

When entering the following code in the browser console:

console.group("Group Name");
console.group("Group Name1");
console.group("Group Name2");
console.group("Group Name3");
console.log("Text 11");
console.log("Text 12");
console.groupEnd();
console.groupEnd();
console.groupEnd();
console.groupEnd();

The hierarchical log is displayed correctly.

Image

However:

Clicking the triangle arrow on the left of Group Name3 successfully collapses the group. [Good]

Image

Clicking the triangle arrow on the left of Group Name2 causes the downward-pointing arrow to change to a right-pointing arrow, but the content does not actually collapse. [NG]

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions