Closed
Bug 717596
Opened 13 years ago
Closed 13 years ago
GCLI: automatically added '}' is not displayed in this one place
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 12
People
(Reporter: jorendorff, Unassigned)
References
Details
When you type '{' in the new console, you automatically get a matching '}' in light gray. However if you type
{ 2 + 2
and then hit enter, what's echoed in the console is:
{ 2 + 2
{ 2 + 2 } ---> 4
It would be nicer to add the '}' on that first line.
Updated•13 years ago
|
Summary: Console: automatically added '}' is not displayed in this one place → GCLI: automatically added '}' is not displayed in this one place
Comment 1•13 years ago
|
||
My current plan is:
> { 2 + 2
Displays:
2 + 2
4
Just like the old web console. It's not like there is any confusion between JS and commands to a human.
Comment 3•13 years ago
|
||
Fixed in Bug 693269.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•