Open
Bug 163491
Opened 22 years ago
Updated 2 years ago
control+up and control+down don't mimic control+home and control+end functionality, respectively
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: prowsej, Unassigned)
Details
(Keywords: testcase)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; Joshua Michael Prowse; AIRF; Hot Lingo 2.0; .NET CLR 1.0.2914)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020722
In a <textarea>, pressing control+up and control+down should mimic the
functionality of control+home and control+end. Internet Explorer for Windows
and Opera6 for Windows both do this right. Here is a textarea so that you can
confirm the bug yourself: http://www.htmlref.com/examples/chapter11/textarea.htm
Reproducible: Always
Steps to Reproduce:
1.View <textarea> that has more than few lines on content
2.Place caret in middle of said <textarea>
3.Press ctrl+up or ctrl+down
Actual Results:
Nothing
Expected Results:
Caret should be at start or end of the textarea.
Comment 1•22 years ago
|
||
I see this using win XP branch build 2002081412, marking new
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•22 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
Not sure if it is Editor or Selection that handles these things ...
Assignee: jkeiser → jfrancis
Component: Layout: Form Controls → Editor: Core
QA Contact: tpreston → sujay
Reporter | ||
Comment 6•21 years ago
|
||
Reproduced in the 2004 builds.
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: mjudge → nobody
Comment 7•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•