DevTools: console throws an error when text changes before console is shown |
||
Issue descriptionWhat steps will reproduce the problem? (1) Open DevTools without console ever becoming visible (have drawer open but not to console) (2) Switch to console panel (3) Open DevTools in DevTools and see the console error Suspect: https://codereview.chromium.org/2565113002/ Guess is that ConsoleView's promptTextChanged callback is trying to get firstActiveIndex() before the first viewport.refresh(). This leads to viewport calling lowerBound(null, ...) which throws an error.
,
Apr 26 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 10 2017