Closed
Bug 190557
Opened 22 years ago
Closed 18 years ago
focus event bubbles when checkbox is focused
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: john, Assigned: saari)
References
Details
Attachments
(1 file)
1.35 KB,
text/html
|
Details |
When a checkbox is focused or blurred, its parent element's onfocus/onblur
handler is fired (indicating it bubbles). Other elements (textboxes and
textareas for example) do not do this; IE does not do this; and the spec says
not to do it.
http://www.w3.org/TR/2002/WD-DOM-Level-3-Events-20020712/events.html#Events-eventgroupings-htmlevents
Reporter | ||
Comment 1•22 years ago
|
||
Just tab through the boxes, you will see that when checkboxes are focused, the
event bubbles to the form.
Comment 2•18 years ago
|
||
This was fixed in bug 238987.
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
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
•