ctrl+f in console will find results inside console.table() generated cells, but will not properly highligh those results
yg-i opened this issue · 1 comments
Describe the bug
ctrl+f in console will find results inside console.table() generated cells, but will not properly highlight those results
To Reproduce
Steps to reproduce the behavior:
-
Go to devtools console
-
Evaluate the expression:
console.table(Object.getOwnPropertyDescriptors(Node.prototype))
-
Bring up the find panel by pressing Ctrl+f
-
First, try to find "getOwn" and verify that (at least) one result is found, and has the proper highligh color. In my dark theme the highlight color looks like this:
- Next, try to find "isConnected", and verify that at least 1 result can be found:
- Now let's go and visually try to find the search results ...
Expected behavior
Search results should be highlighted:
After all, if you open a "meta" devtool, you can see that 'isConnected' is indeed wrapped in a span with the .highlighted-search-result class.
Observed behavior
Search results are not highlighted
This repo was for issues with the site at developer.chrome.com, please report Chrome issues at crbug.com