Closed
Bug 100926
Opened 23 years ago
Closed 23 years ago
Down arrow key at end of a TEXTAREA inserts newline
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: elmar.ludwig, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4+) Gecko/20010920
BuildID: 2001092021
Sometimes, when pressing the Down arrow key on the last line of the text
in a multi-line text area (<textarea> in HTML), a newline is inserted.
This is not visible however, until the next character is typed.
Reproducible: Sometimes
Steps to Reproduce:
This sequence is always reproducible for me:
1. Go to an empty textarea on any web page (like this bug report page).
2. Click into textarea, and press the follwing five keys:
x <Return> x <Down arrow> x
Actual Results: The text in the textarea now looks like this:
x
x
x
Expected Results: The text should look like this:
x
xx
If you look closely, you can see that the caret moves one pixel to the
right when the Down arrow key is pressed. And if the form is submitted,
the added newline is _not_ included in the text, which makes this look
like a display problem.
Comment 1•23 years ago
|
||
Duplicate of bug 88024 and almost identical report as bug 93549.
*** This bug has been marked as a duplicate of 88024 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•