RESOLVED FIXED 147375
Web Inspector: console.groupEnd causes negative indent when no group is active
https://bugs.webkit.org/show_bug.cgi?id=147375
Summary Web Inspector: console.groupEnd causes negative indent when no group is active
Joseph Pecoraro
Reported 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
Attachments
[PATCH] Proposed Fix (1.34 KB, patch)
2015-07-28 14:26 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-07-28 14:25:23 PDT
Joseph Pecoraro
Comment 2 2015-07-28 14:26:29 PDT
Created attachment 257687 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-07-28 16:51:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.