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?
- Open console (Ctrl+shift+J)
- Run this script - it will log to the console.
console.log("1st", "2nd", "3rd")
- Filter for
2nd
or3rd
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.