RESOLVED FIXED143206
Web Inspector: hovering over a node in a preview for a collection should highlight it
https://bugs.webkit.org/show_bug.cgi?id=143206
Summary Web Inspector: hovering over a node in a preview for a collection should high...
Nikita Vasilyev
Reported 2015-03-29 20:16:24 PDT
Created attachment 249707 [details] Animated GIF of the problem I think it broke around 2-4 weeks ago.
Attachments
Animated GIF of the problem (155.72 KB, image/gif)
2015-03-29 20:16 PDT, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2015-03-29 20:16:52 PDT
Joseph Pecoraro
Comment 2 2015-03-30 14:53:17 PDT
This is just about making object previews better for nodes. If you expand the preview and hover the object, it does highlight.
Nikita Vasilyev
Comment 3 2016-09-10 12:59:22 PDT
Still relevant.
Devin Rousso
Comment 4 2020-11-18 15:40:45 PST
I think this has been partially resolved by bug 194862 (and bug 209159).
Nikita Vasilyev
Comment 5 2020-11-18 16:06:31 PST
Works well for me now. Feel free to reopen and retitle if you have a case when it doesn't.
Devin Rousso
Comment 6 2020-11-18 16:13:11 PST
IIRC this doesn't work yet for `Map`/`Set`/`WeakMap`/`WeakSet`. ``` new Set([document.body]) new WeakSet([document.body]) new Map([document.body, document.body]) new WeakMap([document.body, document.body]) ``` I thought there was a bug/FIXME for this, but maybe not.
Nikita Vasilyev
Comment 7 2020-11-18 16:19:04 PST
I see. It still doesn't work for the previews of: ``` new Set([document.body]) new WeakSet([document.body]) new Map([[document.body, document.body]]) new WeakMap([[document.body, document.body]]) ```
Alice Tang
Comment 8 2026-05-22 11:36:02 PDT
Alice Tang
Comment 9 2026-05-26 11:33:50 PDT
Filed bug 315583 to track the underlying issue where node highlights can diverge from preview text after the object is mutated.
EWS
Comment 10 2026-06-04 16:15:31 PDT
Committed 314589@main (20b0d2d5de07): <https://commits.webkit.org/314589@main> Reviewed commits have been landed. Closing PR #65493 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.