Closed
Bug 20609
Opened 25 years ago
Closed 25 years ago
Typing return puts <br>s in the plain text editor
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: sfraser_bugs, Assigned: mozeditor)
Details
In plain text compose, hitting return puts in <br> tags. It should, instead, just
enter newlines into the content.
Why? Because the default value for a textarea (or plain text compose) will have
newlines, not <br>s, so we don't want to end up with mix 'n' match linebreaks
here.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•25 years ago
|
||
invalid. newlines dont play as nicely with selection. Try clicking on a
blankline that is caused by a newline, for instance.
You need to log in
before you can comment on or make changes to this bug.
Description
•