X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fdialogui%2Fplugin.js;fp=sources%2Fplugins%2Fdialogui%2Fplugin.js;h=ab367919181125417fb7f949ba271672dddbe12b;hp=03fe75388d5216bd4ebe0e7e1657ac758524df45;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/plugins/dialogui/plugin.js b/sources/plugins/dialogui/plugin.js index 03fe753..ab36791 100644 --- a/sources/plugins/dialogui/plugin.js +++ b/sources/plugins/dialogui/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 */ @@ -72,7 +72,7 @@ CKEDITOR.plugins.add( 'dialogui', { if ( !this._.domOnChangeRegistered ) { dialog.on( 'load', function() { this.getInputElement().on( 'change', function() { - // Make sure 'onchange' doesn't get fired after dialog closed. (#5719) + // Make sure 'onchange' doesn't get fired after dialog closed. (http://dev.ckeditor.com/ticket/5719) if ( !dialog.parts.dialog.isVisible() ) return; @@ -240,7 +240,7 @@ CKEDITOR.plugins.add( 'dialogui', { keyPressedOnMe = true; } ); - // Lower the priority this 'keyup' since 'ok' will close the dialog.(#3749) + // Lower the priority this 'keyup' since 'ok' will close the dialog.(http://dev.ckeditor.com/ticket/3749) me.getInputElement().on( 'keyup', function( evt ) { if ( evt.data.getKeystroke() == 13 && keyPressedOnMe ) { dialog.getButton( 'ok' ) && setTimeout( function() { @@ -472,7 +472,7 @@ CKEDITOR.plugins.add( 'dialogui', { if ( typeof inputDefinition.inputStyle != 'undefined' ) inputDefinition.style = inputDefinition.inputStyle; - // Make inputs of radio type focusable (#10866). + // Make inputs of radio type focusable (http://dev.ckeditor.com/ticket/10866). inputDefinition.keyboardFocusable = true; children.push( new CKEDITOR.ui.dialog.uiElement( dialog, inputDefinition, inputHtml, 'input', null, inputAttributes ) ); @@ -537,7 +537,7 @@ CKEDITOR.plugins.add( 'dialogui', { ( function() { element.on( 'click', function( evt ) { me.click(); - // #9958 + // http://dev.ckeditor.com/ticket/9958 evt.data.preventDefault(); } ); @@ -686,7 +686,7 @@ CKEDITOR.plugins.add( 'dialogui', { ' src="javascript:void(' ]; - // Support for custom document.domain on IE. (#10165) + // Support for custom document.domain on IE. (http://dev.ckeditor.com/ticket/10165) html.push( CKEDITOR.env.ie ? '(function(){' + encodeURIComponent( 'document.open();' + @@ -1423,7 +1423,7 @@ CKEDITOR.plugins.add( 'dialogui', { '', - // Set width to make sure that input is not clipped by the iframe (#11253). + // Set width to make sure that input is not clipped by the iframe (http://dev.ckeditor.com/ticket/11253). '