NEW143429
Web Inspector: Array values overlay array indices when indices are 4 digits or more
https://bugs.webkit.org/show_bug.cgi?id=143429
Summary Web Inspector: Array values overlay array indices when indices are 4 digits o...
Nikita Vasilyev
Reported 2015-04-05 17:11:43 PDT
Created attachment 250178 [details] Screenshot of the bug var list = Array(1001).fill("Zoidberg"); console.log(list); We should use either CSS tables or flex box to make the indices column content dependent.
Attachments
Screenshot of the bug (6.74 KB, image/png)
2015-04-05 17:11 PDT, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2015-04-05 17:11:59 PDT
Joseph Pecoraro
Comment 2 2015-04-05 17:35:31 PDT
We already have many issues with large arrays. We should be chunking large structures to 100 elements at a time. I don't think we should modify the styles here, we should just better handle large collections.
Joseph Pecoraro
Comment 3 2015-04-05 17:36:21 PDT
This applies to all collections, Array/Set/Map/Weak*/Iterator and maybe even Objects with lots of properties.
Note You need to log in before you can comment on or make changes to this bug.