Closed
Bug 90291
Opened 24 years ago
Closed 24 years ago
Can't go back in TEXTAREA if I press the END key
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: julienw, Assigned: rods)
References
()
Details
Attachments
(1 file)
103 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.19 i586; en-US; rv:0.9.1) Gecko/20010620
BuildID: 2001062815
When writing a text in a TEXTAREA,
if you use the END key to go in the end of a line, you can't go back in the line
using left arrow key.
(Only under Win 2000 and NT 4, not under Linux)
Reproducible: Always
Steps to Reproduce:
1. Write some text in a TEXTAREA
2. Press the END key
3. Try to go back with left arrow key
Actual Results: Nothing.
Expected Results: The cursor should go back to the left
Example in HTML :
<FORM>
<TEXTAREA></TEXTAREA>
</FORM>
Reporter | ||
Comment 1•24 years ago
|
||
![]() |
||
Comment 3•24 years ago
|
||
This is fixed as of July 5.
*** This bug has been marked as a duplicate of 88164 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•