Closed
Bug 159289
Opened 23 years ago
Closed 23 years ago
Focusing form elements with javascript does funny stuff to tab navigation
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 138191
People
(Reporter: moz-bugs, Assigned: joki)
Details
Attachments
(1 file)
|
3.31 KB,
text/html
|
Details |
Note: By tab I mean the tab key not Mozilla tab windows.
If I use javascript to focus a specific form element, say the first textbox
after a series of radio buttons, and then press tab to focus the next element,
the focus goes back up to the element after (in tab-order) the originally
focused element.
Kinda hard to explain, I'll attach an example which should clear it up.
| Reporter | ||
Comment 1•23 years ago
|
||
Example as promised.
Contains information on how to reproduce.
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 138191 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•