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)
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;
| Reporter | ||
Comment 1•11 years ago
|
||
editor.singleLine.pasteNewlines = 3 solves
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
| Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•