Closed
Bug 63931
Opened 25 years ago
Closed 25 years ago
In TEXTAREAS, up and down arrows also move columns
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: dbaron, Assigned: anthonyd)
Details
DESCRIPTION: Up and down arrows do weird things in textareas. They generally
do move to the next/previous line, but they also move columns when they don't
need to.
STEPS TO REPRODUCE:
* load this bug
* in the "Additional comments" box, type:
a
b
c
d
<ENTER>
a
b
c
d
<HOME>
<SHIFT>+<UP>
EXPECTED RESULTS:
* entire first line is highlighted
ACTUAL RESULTS:
* only the 'c' and 'd' in the first line are highlighted
STEPS TO REPRODUCE:
* load this bug
* in the additional comments textarea, type:
a
b
c
d
<ENTER>
a
b
c
d
<click mouse between 'b' and 'c' on first line>
<DOWN>
ACTUAL RESULTS:
* caret at end of second line
EXPECTED RESULTS:
* caret in middle of second line, between 'b' and 'c'
OBSERVED IN:
* Linux mozilla 2000-12-28-08 (and builds going back a few months, I think)
Comment 1•25 years ago
|
||
assigning to kin -- kin is this a dup of that scroll bug?
Assignee: beppe → kin
This is actually a selection navigation problem. Reassigning to anthonyd.
Assignee: kin → anthonyd
*** This bug has been marked as a duplicate of 51136 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•