DevTools: console regex filter doesn't treat ^ correctly when anchor is present |
|
Issue descriptionWhat 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. |
|
►
Sign in to add a comment |
|
Comment 1 by l...@chromium.org
, Dec 8 2017