Closed Bug 1304309 Opened 8 years ago Closed 6 years ago

console.group() causes "TypeError: body is undefined" error in the browser console

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pbro, Unassigned)

References

Details

STR:
- open the console panel on this page
- enter `console.group()` and submit
- something expected happens
- now look at the browser console and notice that there is an error: "TypeError: body is undefined"

Also:
- open scratchpad
- enter `console.group()` and execute the code
- the browser console also contains the same error.
FYI , there won't be similar issue in the new console frontend since a default label is added in Bug 1307873. Should we use this default label in the webconsole.js file anyway ? Or can we just let this as is, since we will be switching to the new frontend in a not so distant future ?
Assignee: nobody → chevobbe.nicolas
See Also: → 1307873
IMO if this is resolved in the new frontend we can leave this one open for verification but no need to update the old UI
Priority: -- → P3
Assignee: chevobbe.nicolas → nobody
Product: Firefox → DevTools
Can't reproduce, seems to be an old console frontend bug only.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.