JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6
[ckeditor.git] / _source / plugins / dialogui / plugin.js
index 29db79c..888c015 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -1182,7 +1182,7 @@ CKEDITOR.plugins.add( 'dialogui' );
                                {\r
                                        onChange : function( dialog, func )\r
                                        {\r
-                                               if ( !CKEDITOR.env.ie )\r
+                                               if ( !CKEDITOR.env.ie || ( CKEDITOR.env.version > 8 ) )\r
                                                        return commonEventProcessors.onChange.apply( this, arguments );\r
                                                else\r
                                                {\r