New issue
Advanced search Search tips

Issue 759908 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: console regex filter doesn't treat ^ correctly when anchor is present

Project Member Reported by l...@chromium.org, Aug 29 2017

Issue description

What steps will reproduce the problem?
(1) Evaluate 'console.log(123)' in DevTools console
(2) Type into the filter /^123/

What is the expected result?
The log with '123' should be visible

What happens instead?
The log with '123' is hidden, likely due to the fact that the anchor 'VM...' showing source location is an element that comes before the message text.

Perhaps we should run the regex separately on message text and anchor.
 

Comment 1 by l...@chromium.org, Dec 8 2017

Status: WontFix (was: Assigned)
With our current priorities, this bug will likely not be fixed for now.

Sign in to add a comment