X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fdialogui%2Fplugin.js;h=ab367919181125417fb7f949ba271672dddbe12b;hp=cf9140700538ae1929150d7663f1e01c39a645c9;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/plugins/dialogui/plugin.js b/sources/plugins/dialogui/plugin.js index cf91407..ab36791 100644 --- a/sources/plugins/dialogui/plugin.js +++ b/sources/plugins/dialogui/plugin.js @@ -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). '