Bug 155668

Summary: Web Inspector: Fix ObjectTree Map styling, key/value look cramped
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2016-03-18 15:51:31 PDT
* SUMMARY Fix ObjectTree Map styling, key/value look cramped. * TEST <script> var map = new Map; map.set("HTMLFooElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLBarElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLDivElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLSpanElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLAnchorElement", {className:"HTMLElement", size:1234, count:120}); map.set("HTMLArticleElement", {className:"HTMLElement", size:1234, count:120}); console.log(map); </script> * STEPS TO REPRODUCE 1. Load test case 2. Show console 3. Expand Map => "key" and "value" look cramped
Attachments
[PATCH] Proposed Fix (2.17 KB, patch)
2016-03-18 15:52 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-03-18 15:52:25 PDT
Joseph Pecoraro
Comment 2 2016-03-18 15:52:50 PDT
Created attachment 274464 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2016-03-18 16:50:18 PDT
Comment on attachment 274464 [details] [PATCH] Proposed Fix Clearing flags on attachment: 274464 Committed r198452: <http://trac.webkit.org/changeset/198452>
WebKit Commit Bot
Comment 4 2016-03-18 16:50:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.