Closed
Bug 2545
Opened 26 years ago
Closed 26 years ago
A attribute tabindex not implemented
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: bkdelong, Assigned: joki)
References
()
Details
From what I can tell by running the latest build of NGLayout, either the
"tab-box" isn't showing up or the tabindex attribute of the A element is not
implemented. TABINDEX allows for the page author to create a logical taborder
through links and forms. A very important feature for people who cannot use a
mouse.
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 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
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
Actually you know this is probably fixed. But since you can't see focus on
links at all yet I'll leave it open so til it can be visibly verified.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 5•26 years ago
|
||
As this probably works but just can't be tested I'm moving it to M5 so as not
to hold up M4 on it. Once links are visibly focused I'll revisit this.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
This does in fact work just fine. Focus indication still a little broken but if
you add this:
<style type="text/css">
A:focus { background-color: aqua; }
</style>
into the head of the test case it all shows up quite well.
The CSS is nice and all but most people relying on TABINDEX are doing so because
of it's accessibility features and many won't use CSS. This is a good temporary
solutuin....do you plan on fixing the focus before release?
Assignee | ||
Comment 8•26 years ago
|
||
Certainly. Someone else is working on that now, actually.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
Fixed in April 25th Win 32 Biuld.
You need to log in
before you can comment on or make changes to this bug.
Description
•