Bug 155669

Summary: Web Inspector: Bullet misaligned when expanding console log message
Product: WebKit Reporter: Timothy Hatcher <timothy>
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
Screenshot
none
[PATCH] Proposed Fix none

Timothy Hatcher
Reported 2016-03-18 15:59:12 PDT
Created attachment 274465 [details] Screenshot 1) console.log("test", window) 2) Expand the logged message See screenshot.
Attachments
Screenshot (22.63 KB, image/png)
2016-03-18 15:59 PDT, Timothy Hatcher
no flags
[PATCH] Proposed Fix (2.34 KB, patch)
2016-03-18 16:24 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-03-18 15:59:31 PDT
Joseph Pecoraro
Comment 2 2016-03-18 16:24:37 PDT
Created attachment 274473 [details] [PATCH] Proposed Fix 3 situations needed testing. console.log(window); console.log("test", window); console.log( (new Map).set(window, window) ); All look good with these styles. I also double checked Debugger Popovers and the Scope Chain sidebar.
Joseph Pecoraro
Comment 3 2016-03-18 16:25:22 PDT
Related: Bug 153676.
WebKit Commit Bot
Comment 4 2016-03-18 18:37:48 PDT
Comment on attachment 274473 [details] [PATCH] Proposed Fix Clearing flags on attachment: 274473 Committed r198461: <http://trac.webkit.org/changeset/198461>
WebKit Commit Bot
Comment 5 2016-03-18 18:37:51 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.