Open
Bug 1498271
Opened 6 years ago
Updated 2 years ago
Pasting long lines into a pre-wrap contenteditable adds extra new lines
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | wontfix |
firefox62 | --- | wontfix |
firefox63 | --- | wontfix |
firefox64 | --- | fix-optional |
People
(Reporter: joerg, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.31 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
See the attached test case. Copy the first paragraph and paste it after clicking in the Test:... line.
Actual results:
The inserted text gets line wrapped using physical new lines (\n). The exact line lengths seems to vary, but I can't find any relationship to e.g. max-length CSS attributes.
Expected results:
No such line wrapping should happen.
Updated•6 years ago
|
Component: Untriaged → Editor
Product: Firefox → Core
Comment 1•6 years ago
|
||
I can reproduce the problem on Nightly64.0a1 win10.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Unspecified → All
Comment 2•6 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2b1c2663f92a&tochange=df99359c999f
Suspect: Bug 858918
Blocks: 858918
status-firefox62:
--- → wontfix
status-firefox63:
--- → wontfix
status-firefox64:
--- → affected
status-firefox-esr60:
--- → wontfix
Keywords: regression
Reporter | ||
Comment 3•6 years ago
|
||
I can add that it fails with 48 already, so it is certainly a long standing issue.
Updated•6 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•