RESOLVED FIXED 155669
Web Inspector: Bullet misaligned when expanding console log message
https://bugs.webkit.org/show_bug.cgi?id=155669
Summary Web Inspector: Bullet misaligned when expanding console log message
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.