Open
Bug 120763
Opened 23 years ago
Updated 4 years ago
Inserted text area converts multiline contents to single line
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
Future
People
(Reporter: neil, Unassigned)
Details
Attachments
(1 file)
135 bytes,
text/html
|
Details |
Using Build ID: 2002011703
Steps to reproduce problem:
1. Switch to HTML Source view
2. Type
<textarea>some
multiline
contents
for
testing</textarea>
3. Switch to Normal view
4. Switch to HTML Source view
Alternative steps: insert and view the textarea using Insert/HTML Source
Expected results: Textarea appears with 5 lines of text
Actual results: Textarea appears with 5 words on one line
Comment 1•23 years ago
|
||
over to core... I think this is a core bug because simply editing a page that
already existed with this html works for when you go between html source and
normal (without changing anything). Probably another case of the editor not
doing the right thing with new lines.
Assignee: syd → kin
Component: Editor: Composer → Editor: Core
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
i
dont
know
why
anyone
would
think
this
is
a
problem.
Oh, wait. Yes I do.
Updated•23 years ago
|
Target Milestone: --- → Future
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: kinmoz → nobody
Comment 4•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•