GCLI: automatically added '}' is not displayed in this one place
RESOLVED
FIXED
in Firefox 12
Status
People
(Reporter: jorendorff, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
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•7 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•7 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•7 years ago
|
||
Fixed in Bug 693269.
Status: NEW → RESOLVED
Last Resolved: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
Updated•8 months ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•