[Webkit-unassigned] [Bug 143206] Web Inspector: hovering over a node in a preview for a collection should highlight it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 16:13:11 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=143206

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---
            Summary|Web Inspector: Regression:  |Web Inspector: hovering
                   |hovering over a node in     |over a node in a preview
                   |ObjectPreview should        |for a collection should
                   |highlight it on the web     |highlight it
                   |page                        |

--- Comment #6 from Devin Rousso <drousso at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201119/950bd0d9/attachment.htm>


More information about the webkit-unassigned mailing list