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?