Bug 146295 - Web Inspector: console.group looks poor in console
Summary: Web Inspector: console.group looks poor in console
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-06-24 15:46 PDT by Joseph Pecoraro
Modified: 2015-06-24 16:45 PDT (History)
7 users (show)

See Also:


Attachments
[IMAGE] Issue - Before (13.61 KB, image/png)
2015-06-24 15:46 PDT, Joseph Pecoraro
no flags Details
[PATCH] Proposed Fix (5.30 KB, patch)
2015-06-24 16:36 PDT, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff
[IMAGE] After (29.75 KB, image/png)
2015-06-24 16:36 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-06-24 15:46:38 PDT
Created attachment 255522 [details]
[IMAGE] Issue - Before

* SUMMARY
console.group looks poor in console

* STEPS TO REPRODUCE
1. Open Inspector
2. js> console.group(); console.log("test"); console.groupEnd();
  => the group disclosure triangle and Log icon overlap
Comment 1 Radar WebKit Bug Importer 2015-06-24 15:47:06 PDT
<rdar://problem/21534810>
Comment 2 Joseph Pecoraro 2015-06-24 16:36:10 PDT
Created attachment 255527 [details]
[PATCH] Proposed Fix
Comment 3 Joseph Pecoraro 2015-06-24 16:36:48 PDT
Created attachment 255528 [details]
[IMAGE] After
Comment 4 Joseph Pecoraro 2015-06-24 16:45:45 PDT
http://trac.webkit.org/changeset/185933