Closed
Bug 703122
Opened 12 years ago
Closed 12 years ago
console.group is not cleared
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 11
People
(Reporter: ianbicking, Assigned: past)
Details
Attachments
(1 file)
2.00 KB,
patch
|
msucan
:
review+
|
Details | Diff | Splinter Review |
When using console.group, the indentation is not cleared when you clear the console. It feels like it should be, especially when you accidentally call group a bunch and get everything overly indented.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
Confirmed that this is also what webkit and firebug do. Simple fix and test attached.
Attachment #575133 -
Flags: review?(mihai.sucan)
Comment 2•12 years ago
|
||
Comment on attachment 575133 [details] [diff] [review] Simple fix Review of attachment 575133 [details] [diff] [review]: ----------------------------------------------------------------- Patch looks good. Thank you Panos!
Attachment #575133 -
Flags: review?(mihai.sucan) → review+
Assignee | ||
Updated•12 years ago
|
OS: Linux → All
Hardware: x86 → All
Whiteboard: [land-in-fx-team]
Version: 9 Branch → Trunk
Comment 3•12 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/d756772d3ed0
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d756772d3ed0
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 11
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•