Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The output text of nested "console.group()" is overlapping. #218

Closed
experdot opened this issue Jan 30, 2024 · 3 comments
Closed

The output text of nested "console.group()" is overlapping. #218

experdot opened this issue Jan 30, 2024 · 3 comments
Labels
bug Something isn't working upstream issue This issue exists in Chromium and is tracked on bugs.chromium.org

Comments

@experdot
Copy link

Run the following code in 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 indentation and line height of the input text are both incorrect, especially with some text overlapping.
image

This seems to have become a problem only recently.
Version 121.0.2277.83 (Official build) (64-bit)

@experdot experdot added the bug Something isn't working label Jan 30, 2024
@captainbrosset
Copy link
Contributor

Thank you for reporting this. I tested in Chrome and the issue also appears there. So this is an upstream issue (i.e. in Chromium). Let me file a chromium bug to track it.

@captainbrosset captainbrosset added the upstream issue This issue exists in Chromium and is tracked on bugs.chromium.org label Jan 30, 2024
@captainbrosset
Copy link
Contributor

This is now tracked upstream at: https://bugs.chromium.org/p/chromium/issues/detail?id=1523149

@captainbrosset
Copy link
Contributor

The upstream bug has now been resolved. Yay!
So it's just a matter of time for Edge to get the fix too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream issue This issue exists in Chromium and is tracked on bugs.chromium.org
Projects
None yet
Development

No branches or pull requests

2 participants