Closed Bug 7559 Opened 26 years ago Closed 25 years ago

accesskey doesn't work

Categories

(Core :: Layout: Form Controls, defect, P3)

All
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: Brade, Assigned: dcone)

References

Details

(Whiteboard: [nsbeta2+][PDT-])

Attachments

(1 file)

accesskey doesn't seem to work. It doesn't matter if the accesskey is uppercase or lowercase. Here is my html testcase: <html> <head> <title> accesskey test </title> </head> <body> <form> <input type="radio" name="toggle" id="disabling.radio" accesskey="d" value="1" onclick="disablingOfElements()" /> <label for="disabling.radio"> <u>D</u>isabled elements</label> <br/> <input type="radio" name="toggle" id="enabling.radio" accesskey="e" onclick="enablingOfElements()" /> <label for="enabling.radio"> <u>E</u>nabled elements</label> </form> </body> </html>
Assignee: karnaze → kmcclusk
Reassigning to Kevin.
Status: NEW → ASSIGNED
Target Milestone: M10
Fails on WINNT using both native and gfx widgets. We need to add support to the label for capturing the access key events and processing them.
Hardware: Macintosh → All
Moving all Widget Set bugs, past and present, to new HTML Form Controls component per request from karnaze. Widget Set component will be retired shortly.
Assignee: kmcclusk → rods
Status: ASSIGNED → NEW
Rod, re-assigning to you. This is similiar to using the space bar to select radio buttons and checkboxes that have focus.
Target Milestone: M10 → M14
Changing to M14
Assignee: ckritzer → rods
QA Contact: phillip → ckritzer
Target Milestone: M14 → M15
moving to M15
Attached file Simple test case
Changing severity to critical.
Severity: normal → critical
Adding beta1 keyword
Keywords: beta1
PDT would like to know why this is critical/beta1.
Adding [NEED INFO] to Status Summary.
Whiteboard: [NEED INFO]
The accesskey feature is available for users to quickly give focus to a field in a form by typing the key associated with that field. The feature currently does not work and affects the A, AREA, BUTTON, INPUT, LABEL, LEGEND, and TEXTAREA tags. There is no precedent for this feature. New for HTML4.0.
Not essential for Beta.
Whiteboard: [NEED INFO] → [PDT-]
This is a dup of 959 (or should it be the other way around?) *** This bug has been marked as a duplicate of 959 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Verified duplicate
Actually I am going to reopen this bug. There is really two parts to the bug. This bug which is about having the form controls do the right thing and 959 which is about the event system doing the right thing. I need this bug (gosh I can't believe I said that)
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
mass-move to M16
Target Milestone: M15 → M16
Keywords: nsbeta2
nominating for nsbeta2 based on: - severity - visibility - feature (HTML 4.0 Standards Compliance) broken
Depends on: 37233
Still happens in: - MacOS9 2000-04-26-08-M16 Commercial Build - Linux6 2000-04-26-08-M16 Commercial Build - Win98 2000-26-11-M16 Mozilla Build
Whiteboard: [PDT-] → [nsbeta2+][PDT-]
Putting on [nsbeta2+] radar for beta2 fix.
cool, it works now.
Status: REOPENED → RESOLVED
Closed: 26 years ago25 years ago
Resolution: --- → FIXED
Works on: - Linux6 2000-05-23-10-M16 Commercial Build - Win95 2000-05-23-10-M16 Commercial Build Doesn't work on: - MacOS9 2000-05-23-12-M16 Commercial Build Reopening bug.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
The isControl on line #596 needs to be changed to isMeta per the HTML 4 spec. Access keys work on the Mac with this final fix. reassigning to dcone because I will be on vacation.
Assignee: rods → dcone
Status: REOPENED → NEW
Put in change.
Status: NEW → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
Verified Fixed on: - MacOS9 2000-06-23-08-M17 Commercial - Linux6 2000-06-23-11-M17 Commercial - Win98 2000-06-23-09-M17 Commercial
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: