Closed Bug 1018520 Opened 11 years ago Closed 11 years ago

"," is inserted when I paste multiple lines in Error Console of Thunderbird

Categories

(Toolkit Graveyard :: Error Console, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: alice0775, Unassigned)

Details

This bug is Thunderbird specific bug. Steps To Reproduce: 1. Open notepad.exe or editor or viewer 2. Type the following multiple lines var A=0; var b=0; 3. Copy these lines to clipboard 4. Open Error Console of Thunderbird 5. Paste clipboard Actual Results: "," is inserted. var A=0;, var b=0; Expected Results: "," should not be inserted. var A=0; var b=0;
editor.singleLine.pasteNewlines = 3 solves
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
Product: Toolkit → Toolkit Graveyard
You need to log in before you can comment on or make changes to this bug.