New issue
Advanced search Search tips

Issue 627237 link

Starred by 3 users

Issue metadata

Status: Duplicate
Merged: issue 613879
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug



Sign in to add a comment

DevTools: console doesn't stick to bottom after typing during setInterval output

Project Member Reported by l...@chromium.org, Jul 11 2016

Issue description

Version: 54.0.2792.0
OS: Linux

What steps will reproduce the problem?
(1) Open the console in DevTools
(2) Enter:
    var i = 0;
    setInterval(function() { console.error(++i) }, 500);
(3) Wait for the output to overflow the viewport and a vertical scrollbar to appear. (Scroll should and does stick to the bottom)
(4) Start typing in the console


What is the expected output?
Vertical scroll should continue to stick to the bottom

What do you see instead?
After you stop typing, vertical scroll no longer sticks to the bottom

 

Comment 2 by m.go...@gmail.com, Jul 12 2016

I've noticed that as well. I think it's been broken for some time already.

Comment 3 by l...@chromium.org, Jul 15 2016

Mergedinto: 613879
Status: Duplicate (was: Assigned)
Yes, this also seems to be a duplicate of #613879.

Sign in to add a comment