﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12733	Radio button onChange doesn't work in IE9+	i.kostadinov	Szymon Kupś	"I have defined a custom onChange function for a radio button group that I use in one of my custom dialogs. It works in Firefox, Chrome and IE8 (haven't tested earlier versions), but not in IE9, IE10 or IE11.

I think this is because of the IE changes described here - http://msdn.microsoft.com/en-us/library/ie/ms536956%28v=vs.85%29.aspx

I think the browser check should be the same as for the checkbox, namely

{{{
if ( !CKEDITOR.env.ie || ( CKEDITOR.env.version > 8 ) )
}}}

instead of

{{{
if ( !CKEDITOR.env.ie )
}}}
"	Bug	closed	Normal	CKEditor 4.5.4	UI : Dialogs	4.0	fixed		
