New issue
Advanced search Search tips

Issue 804060 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: expanding console object forces object to "jump" down

Project Member Reported by l...@chromium.org, Jan 20 2018

Issue description

Chrome Version: 63.0.3239.132
OS: all

What steps will reproduce the problem?
(1) Open DevTools console
(2) Evaluate `console.log(window)` or log any object with a child with a super long width
(3) Expand the Window object

What is the expected result?
The title "Window {...}" should not move after clicking on it

What happens instead?
The entire object jumps down when expanded.


Screenshot (left is actual, right is expected)
https://imgur.com/a/7zUsY
 

Comment 1 by l...@chromium.org, Feb 6 2018

Status: WontFix (was: Assigned)
We found a fix for this that was not worth the complexity that it added.  To avoid breaking some scenarios by fixing others, we would rather not fix this right now.

Sign in to add a comment