Bug 147375 - Web Inspector: console.groupEnd causes negative indent when no group is active
Summary: Web Inspector: console.groupEnd causes negative indent when no group is active
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: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-28 14:25 PDT by Joseph Pecoraro
Modified: 2015-07-28 16:51 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.34 KB, patch)
2015-07-28 14:26 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 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.