Radio button's change event doesn't fire in WebKit when using keyboard for input.
Posted
by Kappers
on Stack Overflow
See other posts from Stack Overflow
or by Kappers
Published on 2010-04-29T20:28:22Z
Indexed on
2010/04/29
20:47 UTC
Read the original article
Hit count: 361
Demo: http://jsfiddle.net/55ucw/1/
In any browser other than Safari or Chrome, I can tab into a set of radio buttons and select one using the arrow keys and the change event will fire.
In Safari or Chrome, I can tab into a radio group, and select a radio button with arrow keys, but the change event never fires.
Am I missing something?
© Stack Overflow or respective owner