Skip to content

Commit

Permalink
Merge branch 't/9787'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 10, 2012
2 parents edaeac0 + 5a867b9 commit b2a6c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dialogui/plugin.js
Expand Up @@ -1057,7 +1057,7 @@ CKEDITOR.plugins.add( 'dialogui', {
*/
eventProcessors: {
onChange: function( dialog, func ) {
if ( !CKEDITOR.env.ie )
if ( !CKEDITOR.env.ie || ( CKEDITOR.env.version > 8 ) )
return commonEventProcessors.onChange.apply( this, arguments );
else {
dialog.on( 'load', function() {
Expand Down

0 comments on commit b2a6c6e

Please sign in to comment.