Closed
Bug 88175
Opened 23 years ago
Closed 23 years ago
Movement in text field with right-arrow wraps-around
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: womble, Assigned: rubydoo123)
References
Details
Attachments
(1 file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060703
When the cursor is at the end of a single-line text field, the right-arrow key
moves it to the beginning of the field.
Reproducible: Always
Steps to Reproduce:
1. Load a page containing a single-line text input field.
2. Type some text into the field.
3. Position the cursor at the end of the text.
4. Press right-arrow key.
Actual Results: The cursor moved to the beginning of the field.
Expected Results: The cursor should stay at the end of the field.
This happens with some multi-line text fields too. I notice that it happens in
Slashdot comment forms but not in this Bugzilla Helper form.
Comment 1•23 years ago
|
||
Curiously, the presence of another form element following the <input type=text>
governs whether this wraps around (or not). I'll attach a testcase.
-> Editor, although perhaps HTML Form Controls (but rods is away anyways).
Assignee: trudelle → beppe
Status: UNCONFIRMED → NEW
Component: XP Toolkit/Widgets → Editor
Ever confirmed: true
QA Contact: aegis → sujay
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
on win98 using an opt trunk build, I cannot reproduce this using your testcase.
can you try on another platform other than win2k
Comment 5•23 years ago
|
||
I saw this a few days ago, but I can't reproduce in today's 0.9.2: 2001062803.
Win2k
Assignee | ||
Comment 6•23 years ago
|
||
sounds like a dup of 82151
*** This bug has been marked as a duplicate of 82151 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•