Closed
Bug 1322692
Opened 9 years ago
Closed 9 years ago
focus event not fired when a radio button is clicked
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
INVALID
People
(Reporter: robin, Unassigned)
Details
Attachments
(1 file)
|
289 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20161208075029
Steps to reproduce:
Clicked on an unselected radio button.
Actual results:
Click event fired.
Expected results:
Click and focus events fired.
Chrome fires either a focus or focusin event (depending on delegation) in addition to the click event.
Comment 1•9 years ago
|
||
This is correct behaviour. Radio buttons do not get focused when clicked on Mac.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•