Closed Bug 1357106 Opened 8 years ago Closed 6 years ago

console.log string contain 'http://' or 'ftp://' output additional quote

Categories

(DevTools :: Console, defect, P3)

52 Branch
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: cosin, Unassigned)

References

Details

Attachments

(1 file)

Attached image firefox-console.log.jpg (deleted) —
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170323105023

Steps to reproduce:

open Firefox Developer Tools
type in console command input

console.log('test www.mozilla.org');
console.log('test https://www.mozilla.org');


Actual results:

// console.log('test www.mozilla.org');
test www.mozilla.org
// console.log('test https://www.mozilla.org');
"test https://www.mozilla.org"

console output additional quote while string contain 'http://' or 'ftp://'


Expected results:

// console.log('test www.mozilla.org');
test www.mozilla.org
// console.log('test https://www.mozilla.org');
test https://www.mozilla.org

should not output additional quote
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Console
Ever confirmed: true
Hello, Thanks for reporting.
The new console frontend (enabled in Nightly only at the moment) isn't affected by this bug.
Priority: -- → P3
Product: Firefox → DevTools

New frontend is enabled everywhere for a while now, and doesn't have this specific issue :)

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: