Bug 194997 - Web Inspector: hovering a node inside a collection preview should highlight it
Summary: Web Inspector: hovering a node inside a collection preview should highlight it
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 194862
Blocks:
  Show dependency treegraph
 
Reported: 2019-02-24 21:42 PST by Devin Rousso
Modified: 2019-02-24 21:44 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-02-24 21:42:12 PST
When logging `new Map([[document.head, document.body]])` or `new Set([document.head, document.body])`, hovering over the <head>/<body> inside the inline (e.g. not expanded) `Map`/`Set` preview should highlight the <head>/<body>.  Expanding the preview and hovering the <head>/<body> as a key/value will highlight the corresponding node as expected.
Comment 1 Radar WebKit Bug Importer 2019-02-24 21:44:00 PST
<rdar://problem/48352988>