Radio button change event not firing in WebKit when using keyboard for input
Demo: http://jsfiddle.net/55ucw/1/
In any browser other than Safari or Chrome, I can go into a set of radio buttons and select one with the arrow keys and the change event will fire.
In Safari or Chrome, I can go into a radio group and select the arrow radio button, but the change event never fires.
Did I miss something?
+2
a source to share
1 answer
After looking for a solution for a bit longer, I came across this blog post: http://evilstreak.co.uk/blog/fixing-change-events-on-radios
This work is in progress.
+2
a source to share