X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fdialog%2Fplugin.js;h=f26f9c9b9ac7667755bfeb247b54c4032b17957e;hp=3afe88706f0f0945d6c4e80fe0dbca884b2b2933;hb=refs%2Ftags%2F4.7.3;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/plugins/dialog/plugin.js b/sources/plugins/dialog/plugin.js index 3afe887..f26f9c9 100644 --- a/sources/plugins/dialog/plugin.js +++ b/sources/plugins/dialog/plugin.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -177,10 +177,10 @@ CKEDITOR.DIALOG_STATE_BUSY = 2; title = body.getChild( 0 ), close = body.getChild( 1 ); - // Don't allow dragging on dialog (#13184). + // Don't allow dragging on dialog (http://dev.ckeditor.com/ticket/13184). editor.plugins.clipboard && CKEDITOR.plugins.clipboard.preventDefaultDropOnElement( body ); - // IFrame shim for dialog that masks activeX in IE. (#7619) + // IFrame shim for dialog that masks activeX in IE. (http://dev.ckeditor.com/ticket/7619) if ( CKEDITOR.env.ie && !CKEDITOR.env.quirks && !CKEDITOR.env.edge ) { var src = 'javascript:void(function(){' + encodeURIComponent( 'document.open();(' + CKEDITOR.tools.fixDomain + ')();document.close();' ) + '}())', // jshint ignore:line iframe = CKEDITOR.dom.element.createFromHtml( '