New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 603294 link

Starred by 6 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: console does not scroll to bottom when logging DOM nodes

Project Member Reported by lushnikov@chromium.org, Apr 13 2016

Issue description

Chrome Mac 52.0.2707.0 canary (64-bit)

Run the following code:

for (var i = 0; i < 10000; ++i) console.log("hello", document.body)

Or simply visit the page here:

https://output.jsbin.com/qefeso

Expected: console is always scrolled to bottom
Actual: console stops scrolling to bottom.
 
Cc: lushnikov@chromium.org
Owner: l...@chromium.org

Comment 2 by l...@chromium.org, Jul 26 2016

Status: Started (was: Assigned)

Comment 3 by l...@chromium.org, Aug 1 2016

This also happens when logging functions that contain a preview of their definition, which is loaded asynchronously.

E.g.
> function abc(){ return 'foo' }
> i = 0
> setInterval(() => console.log(++i, abc), 100)

Comment 5 by iamo...@gmail.com, Aug 13 2016

can Crome developers add a temporary solution, perhaps programatically?
when will you fix this already?  i've found complaints about this from years ago.

Comment 6 by l...@chromium.org, Aug 15 2016

Status: Fixed (was: Started)
We've landed this change on Chrome Canary.  You should be able to see it work there.  We will have to wait for it to flow up to Stable channel when versions get updated.

Sorry for the wait iamoren@, I'm very much looking forward to this too.  There are a lot of bugs we have in crbug.com, but we encourage people to star issues they care about or file new tickets, as it will help us prioritize.

Sign in to add a comment