Bug 156496 - Web Inspector: clearing the console should exit all console groups
Summary: Web Inspector: clearing the console should exit all console groups
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-12 02:04 PDT by Matt Baker
Modified: 2016-04-12 10:55 PDT (History)
8 users (show)

See Also:


Attachments
[Patch] Proposed Fix (1.48 KB, patch)
2016-04-12 02:21 PDT, Matt Baker
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Baker 2016-04-12 02:04:11 PDT
* SUMMARY
Clearing the console should exit all console groups. This is the behavior in FireFox and Chrome. Seeing indented output after clearing the console is very surprising.

* STEPS TO REPRODUCE
1. Open Inspector > Console
2. Call console.group() a couple times
3. Clear console
4. Log something
  => Output is indented
Comment 1 Radar WebKit Bug Importer 2016-04-12 02:04:40 PDT
<rdar://problem/25676416>
Comment 2 Matt Baker 2016-04-12 02:21:36 PDT
Created attachment 276226 [details]
[Patch] Proposed Fix
Comment 3 WebKit Commit Bot 2016-04-12 10:55:38 PDT
Comment on attachment 276226 [details]
[Patch] Proposed Fix

Clearing flags on attachment: 276226

Committed r199374: <http://trac.webkit.org/changeset/199374>
Comment 4 WebKit Commit Bot 2016-04-12 10:55:42 PDT
All reviewed patches have been landed.  Closing bug.