Open Bug 475260 Opened 16 years ago Updated 3 years ago

<label class="text-link" /> does not send oncommand event

Categories

(Firefox :: Disability Access, defect)

3.0 Branch
x86
Linux
defect

Tracking

()

People

(Reporter: BenB, Unassigned)

Details

Reproduction: 1. <label class="text-link" href="http://www.mozilla.org" value="Open" oncommand="alert('oncommand');" onclick="alert('onclick'); /> 2. Click on link 3. TAB to link and press SPACE or ENTER Actual result: Step 2: Only onclick fires Step 3: Nothing fires Expected result: Step 2: Both oncommand and onclick fire. (Most important, because it allows XUl apps to use oncommand and eventually be accessible.) Step 3: oncommand fires. References: https://developer.mozilla.org/en/XUL/label#s-text-link https://developer.mozilla.org/en/XUL/Events Bug 302094
Needed for part of bug 422814.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.