Bug 146295

Summary: Web Inspector: console.group looks poor in console
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[IMAGE] Issue - Before
none
[PATCH] Proposed Fix
timothy: review+
[IMAGE] After none

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