Dev Tools -> Console -> Filter input -> filters only first argument passed to console.log


Description of the issue:
More Tools → Dev Tools → Console → Filter or (Ctrl+Shift+J)
Doesn’t filter by text I type into Filter

How can this issue be reproduced?

  1. Open console (Ctrl+shift+J)
  2. Run this script - it will log to the console.
console.log("1st", "2nd", "3rd")
  1. Filter for 2nd or 3rd

Expected result:
I expect it to show the log line. It filters fine when I filter for 1st

Brave Version( check About Brave):
V1.31.87 (Oct 19, 2021)

Additional Information:
The first argument for console.log will be filtered by, but others aren’t. Ctrl+F will find all the lines. In previous versions it filtered by all arguments passed to console.log - I used t all the time during development.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.