Closed Bug 1005724 Opened 11 years ago Closed 10 years ago

Multiple %c style formatters breaks printout into multiple strings

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 977586

People

(Reporter: harth, Unassigned)

References

Details

STR: 1) Open web console 2) console.log("%chello %cgoodbye", "color: red", "color: green") Expected printout: hello goodbye Actual: "hello" "goodbye"
This is by "design". We might want to get rid of quotes entirely.
Depends on: console-output
Priority: -- → P3
Depends on: 977586
My fix proposed for Bug 977586 (patch https://bugzilla.mozilla.org/attachment.cgi?id=8597780) also fixes this bug here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.