Closed Bug 2545 Opened 26 years ago Closed 25 years ago

A attribute tabindex not implemented

Categories

(Core :: Layout, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

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.
Assignee: troy → karnaze
Assignee: karnaze → joki
Tom, when you implement the tabbing mechanism, please reassign this to pollmann.
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: NEW → ASSIGNED
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.
Target Milestone: M4 → M5
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.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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?
Certainly.  Someone else is working on that now, actually.
Status: RESOLVED → VERIFIED
Fixed in April 25th Win 32 Biuld.
You need to log in before you can comment on or make changes to this bug.