[Webkit-unassigned] [Bug 201965] New: Web Inspector: allow examining items in the middle of an array/collection without having to show all items before

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 19:35:55 PDT 2019


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

            Bug ID: 201965
           Summary: Web Inspector: allow examining items in the middle of
                    an array/collection without having to show all items
                    before
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com
        Depends on: 143589

When examining a large array in the Console, if the value I'm trying to inspect is somewhere in the middle, I should be able to somehow "jump" to that value, or the area immediately around it without having to reveal/show all the items before it.

As an example, if I logged
```
(new Array(100000)).fill().map((item, i) => i)
```
and wanted to examine item 50000.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=143589
[Bug 143589] Web Inspector: Better handling for large arrays and collections in Object Trees
-- 
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/20190919/c4421098/attachment.html>


More information about the webkit-unassigned mailing list