New issue
Advanced search Search tips

Issue 689233 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 visibleViewMessages includes more than it should

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

Issue description

- Evaluate a ton of messages in the console, e.g.
for (var i = 0; i < 5000; i++) console.log(Math.random())

- Scroll the console to the top, then back to the bottom

- Open DevTools on DevTools, and evaluate 'Console.ConsoleView._instance._visibleViewMessages.length'

Expected: should be a small number
Actual: it can include all the messages!
 

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

Status: WontFix (was: Assigned)
This is working as intended

Sign in to add a comment