Closed
Bug 2635
Opened 26 years ago
Closed 26 years ago
BUTTON attribute TABINDEX not implemented
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: bkdelong, Assigned: joki)
References
()
Details
TABINDEX is not implemented for the element BUTTON. User should be able to press tab key on keyboard and move through buttons in order marked on them. Works in IEb2.
Updated•26 years ago
|
Assignee: karnaze → joki
Comment 1•26 years ago
|
||
Tom: when the tabbing stuff is in place, please reassign this to kmcclusk
Comment 3•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
|
Target Milestone: M4 → M5
Assignee | ||
Comment 4•26 years ago
|
||
This bug is fixed as well but with the current focus issues for BUTTON its hard to verify. Moving to M5 to await focus fixes to aid verification.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Marking this one fixed too. Other bug still open (on evaughan@netscape.com, I believe) to get focus indication working right on <button>. But for now can be verified in the same way as the link tabindex bug with <style type="text/css"> BUTTON:focus { background-color: aqua; } </style>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in April 25th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•