Closed
Bug 135616
Opened 23 years ago
Closed 22 years ago
Text cursor is placed incorrectly when changing focus from one input field to another input field using JavaScript
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 147927
People
(Reporter: jln, Assigned: kinmoz)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
The situation is as follows:
- Text input field A is the currently selected input field.
- User clicks on text input field B which has an "onFocus" handler.
- B's onFocus() handler moves focus back to A using "A.focus()".
A short time passes thereafter and then the text cursor is blinking in B's
input. BUT text insertion is done in A!
See attachment for a simple example.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
this is certainly bad ...
confirming linux trunk 2002040422 (and 0.9.9)
os -> all
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Summary: Text cursor is placed incorrectly when changing focus from one input field to another input field using JavaScript → Text cursor is placed incorrectly when changing focus from one input field to another input field using JavaScript
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 4•22 years ago
|
||
we have duplicate bug 147927
it has some more testcases and descriptions.
Updated•22 years ago
|
Blocks: focusblink
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 147927 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 6•21 years ago
|
||
Acting on Duplicate resolution from bug 135616 comment 5:
*Moving 'Blocks: bug 64451' from bug 135616 to bug 147927.
(Take further action as needed.)
No longer blocks: focusblink
Comment 7•21 years ago
|
||
Addition to comment 6:
That was a simple remove from here: the other bug already had the 'Blocks:' set.
You need to log in
before you can comment on or make changes to this bug.
Description
•