Closed
Bug 20613
Opened 26 years ago
Closed 25 years ago
Can't click on blank lines caused by newlines in plain text editor
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: sfraser_bugs, Assigned: mozeditor)
Details
In the plain text editor, line breaks are caused either by <br> tags, or by
newlines in the content (since we're in a <pre> block). We probably need to be
consistent about what is used, so that things like clicking on blank lines works.
This means that we have to convert newlines to <br> when initializing the plain
text editor.
Updated•26 years ago
|
Target Milestone: M13
Comment 1•26 years ago
|
||
setting to M13
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
accepting bug
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
fixed. all breaks now. to test, note that you can click on blank lines in text
fields that are initialized with some blank lines.
You need to log in
before you can comment on or make changes to this bug.
Description
•