New issue
Advanced search Search tips

Issue 687644 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

DevTools: console logged objects should build their expanded title when expanded

Project Member Reported by l...@chromium.org, Feb 1 2017

Issue description

Enter this in the console:

var a = [];
for (var i=0; i<18; i++) {a.push(1);console.log(a)}

The first result is an array with one element.  When expanded, we show "Array(1)" but show 18 values underneath.  We should compute the description on expand and show "Array(18)" when expanded, to lessen confusion.
 

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

Status: WontFix (was: Assigned)
Expanding an object no longer changes its title, so this is no longer relevant.

Sign in to add a comment