Closed
Bug 2634
Opened 26 years ago
Closed 25 years ago
AREA attribute TABINDEX not implemented
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: bkdelong, Assigned: joki)
References
()
Details
(Keywords: html4, testcase, Whiteboard: [fixinhand][nsbeta3+])
Attachments
(1 file)
(deleted),
text/html
|
Details |
The AREA attribute "TABINDEX" is not implemented. What should happen is when the
user hits the tab key, they will tab through the different links within the
imagemap. This should show up on the browser as each "link" or "hotspot" being
surrounded by the dash-border similar to the one that appears around FORM
elements when a user is tabbing through. These "borders" need to work for these
shapes:
shape="poly" or shape="polygon"
shape="circ" or shape="circle"
shape="rect" or shape="rectangle"
Updated•26 years ago
|
Assignee: karnaze → joki
Comment 1•26 years ago
|
||
Tom: when the tabbing stuff is in place, please reassign this to kipp
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
|
||
We don't support AREAs as content yet so this cannot work. They will not exist
as content before M4.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 5•26 years ago
|
||
Moving out to M7
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M10
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] Antti.Nayha@oulu.fi
Updated•26 years ago
|
Summary: AREA attribute TABINDEX not implemented → [4.xP] AREA attribute TABINDEX not implemented
Whiteboard: [MAKINGTEST] Antti.Nayha@oulu.fi → [TESTCASE] AREAs must be handled as content in order to implement the 'tabindex' attribute
Comment 6•26 years ago
|
||
Added the [4.xP] identifier since IE4 has a working implementation of
the feature in question. Rewrote the bug report in accordance with the
guidelines as follows:
Overview description:
Mozilla doesn't support the tabindex attribute of the AREA element of
HTML 4.0.
Steps to reproduce:
1. View the "tabindex on AREA" attachment.
2. Press the tab key a couple of times.
Actual results:
The tab key does nothing.
Expected results:
The tab key should move the focus through the seven link areas in the image
map. The tabbing order should match the numbering in the image.
Build date & platform:
Original bug filed on 1999-01-26.
Build date: unknown.
Platform: Windows.
Additional builds & platforms:
- Win32 build 1999070408 (Viewer & Apprunner)
- Win32 M7
Comment 7•26 years ago
|
||
Comment 9•25 years ago
|
||
Is this necessary for beta?
Assignee | ||
Comment 10•25 years ago
|
||
Moving multiple bugs to m12
Comment 11•25 years ago
|
||
[monitoring AREA element bugs]
Comment 12•25 years ago
|
||
Moving to m13 because Joki seems to be distracted.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Updated•25 years ago
|
Target Milestone: M14 → M17
Comment 13•25 years ago
|
||
Moving M17. Need for FCS for accessibility, but it's not required for beta.
Comment 14•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Updated•25 years ago
|
Summary: [4.xP] AREA attribute TABINDEX not implemented → AREA attribute TABINDEX not implemented
Updated•25 years ago
|
Whiteboard: [TESTCASE] AREAs must be handled as content in order to implement the 'tabindex' attribute → AREAs must be handled as content in order to implement the 'tabindex' attribute
Comment 16•25 years ago
|
||
Nom. nsbeta3, rec.. nsbeta3+. html4 compliance. Important for accessibility. If
not fixed, people who do keyboard-only navigation (e.g. folks with motor
disabilities who can't use the mouse) won't be able to use HTML AREAs, which are
widely used on the web (and inadvisably so) as navigational tools, e.g. the old
"puzzle pieces" for the internal Netscape w3 home page.
Assignee | ||
Comment 17•25 years ago
|
||
Okay, I have a fix in my tree for everything but the hilighting/outlining of
each area as it gain focus.
Whiteboard: AREAs must be handled as content in order to implement the 'tabindex' attribute
Assignee | ||
Comment 19•25 years ago
|
||
Have a fix for the whole thing, including outlining the map areas.
Whiteboard: [fixinhand]
Updated•25 years ago
|
Keywords: correctness
Comment 21•25 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 23•24 years ago
|
||
Removing '4xp' keyword, since the keyword description no longer mentions
"competitor products".
Keywords: 4xp
You need to log in
before you can comment on or make changes to this bug.
Description
•