GoogleChrome/developer.chrome.com

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

yg-i commented

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:

  1. Go to devtools console

  2. Evaluate the expression: console.table(Object.getOwnPropertyDescriptors(Node.prototype))

  3. Bring up the find panel by pressing Ctrl+f

  4. 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:

  • image
  1. Next, try to find "isConnected", and verify that at least 1 result can be found:
  • image
  1. Now let's go and visually try to find the search results ...
  • image

Expected behavior
Search results should be highlighted:

  • image

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.

  • image

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