Bug 155669 - Web Inspector: Bullet misaligned when expanding console log message
Summary: Web Inspector: Bullet misaligned when expanding console log message
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-18 15:59 PDT by Timothy Hatcher
Modified: 2016-03-18 18:37 PDT (History)
8 users (show)

See Also:


Attachments
Screenshot (22.63 KB, image/png)
2016-03-18 15:59 PDT, Timothy Hatcher
no flags Details
[PATCH] Proposed Fix (2.34 KB, patch)
2016-03-18 16:24 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2016-03-18 15:59:12 PDT
Created attachment 274465 [details]
Screenshot

1) console.log("test", window)
2) Expand the logged message

See screenshot.
Comment 1 Radar WebKit Bug Importer 2016-03-18 15:59:31 PDT
<rdar://problem/25250721>
Comment 2 Joseph Pecoraro 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.
Comment 3 Joseph Pecoraro 2016-03-18 16:25:22 PDT
Related: Bug 153676.
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2016-03-18 18:37:51 PDT
All reviewed patches have been landed.  Closing bug.