Bug 147375

Summary: Web Inspector: console.groupEnd causes negative indent when no group is active
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-07-28 14:25:14 PDT
* SUMMARY
console.groupEnd causes negative indent when no group is active.

* STEPS TO REPRODUCE
1. js> console.log("test");
2. js> console.groupEnd(); console.groupEnd(); console.groupEnd()
3. js> console.log("test");
  => the second log is demented off the screen, should match the first log
Comment 1 Joseph Pecoraro 2015-07-28 14:25:23 PDT
<rdar://problem/17397022>
Comment 2 Joseph Pecoraro 2015-07-28 14:26:29 PDT
Created attachment 257687 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-07-28 16:51:38 PDT
Comment on attachment 257687 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 257687

Committed r187528: <http://trac.webkit.org/changeset/187528>
Comment 4 WebKit Commit Bot 2015-07-28 16:51:44 PDT
All reviewed patches have been landed.  Closing bug.