Closed
Bug 138131
Opened 23 years ago
Closed 22 years ago
onblur event does not fire when form element is focused on using a label accesskey
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ben, Assigned: joki)
References
()
Details
When a form element such as an input of type text is focused on via ALT+K where
K is some key on the keyboard that has been associated with the input field by a
label tag, the onblur event will not fire when that input field looses focus.
To Reproduce:
1. Go to the URL, http://outroad.org/mozillaLabelBlurBug.html
2. Follow the instructions by hitting ALT+a on the keyboard
3. Then click into B or press ALT+b on the keyboard
Actual Results:
The following is printed:
focus on A
focus on B
Expected Results:
The following should be printed:
focus on A
blur from A
focus on B
Platforms verified on:
build 2002041721 for Linux running on FreeBSD 4.5
build 2002041103 on win2k
Confirming Win2k 1.0 RC1
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Comment 2•22 years ago
|
||
WORKSFORME moz 2002092308 / win98
reporter, can you reproduce this with a newer build?
Reporter | ||
Comment 3•22 years ago
|
||
Nope, it looks like the behavior is correct now.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•