Closed
Bug 5985
Opened 26 years ago
Closed 26 years ago
Linefeeds not appended on textarea form submits
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: paulmac, Assigned: karnaze)
Details
Basically, if you submit a form with a textarea where you have typed multiple
lines without pressing enter, the word wrap does not get carried over (the
linefeeds are lost).
I found this out when I filed a bug using bugzilla on today's (5/5) windows
build. You can see http://bugzilla.mozilla.org/show_bug.cgi?id=5982 for an
example of what happens.
The hunk of code is <TEXTAREA WRAP=HARD NAME=comment ROWS=10 COLS=80></TEXTAREA>
I *think* this is a browser problem, and not a server problem, as submitting
bugs with 4.5 does not have this problem.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•