Closed
Bug 2632
Opened 26 years ago
Closed 26 years ago
INPUT attribute TABINDEX not implemented
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: bkdelong, Assigned: joki)
References
()
Details
The attribute TABINDEX has not been implemented for element INPUT and the
following types:
type="text"
type="password"
type="checkbox"
type="radio"
type="submit"
type="reset"
type="image"
What should happen is when using the tab keyboard key through any one of these
elements, it should go in the tab order dictated by the TABINDEX attribute.
Updated•26 years ago
|
Assignee: karnaze → joki
Comment 1•26 years ago
|
||
Tom, when you implement the tabbing mechanism, please reassign this to pollmann.
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Well although the respresentation of focus doesn't always show up, tabIndex is
working. Some general focus issues remain but those are addressed in separate
bugs.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in April 5th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•