DevTools: console autocomplete with a multiline suggestion should stick to bottom |
||
Issue description
Chrome Version: 55.0.2883.75
What steps will reproduce the problem?
(0) Generate some commands enough to make the console viewport scroll
(1) Evaluate a multiline statement in the console e.g:
function foo(){
return 5;
}
(2) In the prompt, type the first few letters of the last command to trigger autocomplete
(3) Use the suggest box to select the last command and complete it
What is the expected result?
Console viewport should stick to bottom
What happens instead?
It does not
,
Apr 5 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 5 2017