Closed
Bug 1917398
Opened 1 year ago
Closed 1 year ago
In copy-paste, each line has an extra line break
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1650720
People
(Reporter: alice0775, Unassigned)
Details
(Keywords: nightly-community, parity-chrome)
Attachments
(1 file)
|
203 bytes,
text/html
|
Details |
Steps to reproduce:
- Open attached testcase.html
- Select All (Ctrl+A)
- Copy (Ctrl+C)
- Past (Ctrl+P) to the textarea or text editor
Actual results:
each line has an extra line break
FOO
BAR
BAZ
Expected results:
No extra line break added.
FOO
BAR
BAZ
Chrome works as expected.
| Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•