]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/dialogui/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / dialogui / plugin.js
index cf9140700538ae1929150d7663f1e01c39a645c9..ab367919181125417fb7f949ba271672dddbe12b 100644 (file)
@@ -72,7 +72,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                        if ( !this._.domOnChangeRegistered ) {\r
                                                dialog.on( 'load', function() {\r
                                                        this.getInputElement().on( 'change', function() {\r
-                                                               // Make sure 'onchange' doesn't get fired after dialog closed. (#5719)\r
+                                                               // Make sure 'onchange' doesn't get fired after dialog closed. (http://dev.ckeditor.com/ticket/5719)\r
                                                                if ( !dialog.parts.dialog.isVisible() )\r
                                                                        return;\r
 \r
@@ -240,7 +240,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                                        keyPressedOnMe = true;\r
                                        } );\r
 \r
-                                       // Lower the priority this 'keyup' since 'ok' will close the dialog.(#3749)\r
+                                       // Lower the priority this 'keyup' since 'ok' will close the dialog.(http://dev.ckeditor.com/ticket/3749)\r
                                        me.getInputElement().on( 'keyup', function( evt ) {\r
                                                if ( evt.data.getKeystroke() == 13 && keyPressedOnMe ) {\r
                                                        dialog.getButton( 'ok' ) && setTimeout( function() {\r
@@ -472,7 +472,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                                if ( typeof inputDefinition.inputStyle != 'undefined' )\r
                                                        inputDefinition.style = inputDefinition.inputStyle;\r
 \r
-                                               // Make inputs of radio type focusable (#10866).\r
+                                               // Make inputs of radio type focusable (http://dev.ckeditor.com/ticket/10866).\r
                                                inputDefinition.keyboardFocusable = true;\r
 \r
                                                children.push( new CKEDITOR.ui.dialog.uiElement( dialog, inputDefinition, inputHtml, 'input', null, inputAttributes ) );\r
@@ -537,7 +537,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                        ( function() {\r
                                                element.on( 'click', function( evt ) {\r
                                                        me.click();\r
-                                                       // #9958\r
+                                                       // http://dev.ckeditor.com/ticket/9958\r
                                                        evt.data.preventDefault();\r
                                                } );\r
 \r
@@ -686,7 +686,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                                        ' src="javascript:void('\r
                                        ];\r
 \r
-                                       // Support for custom document.domain on IE. (#10165)\r
+                                       // Support for custom document.domain on IE. (http://dev.ckeditor.com/ticket/10165)\r
                                        html.push( CKEDITOR.env.ie ?\r
                                                '(function(){' + encodeURIComponent(\r
                                                        'document.open();' +\r
@@ -1423,7 +1423,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                                                '<label id="', _.labelId, '" for="', inputId, '" style="display:none">',\r
                                                                        CKEDITOR.tools.htmlEncode( elementDefinition.label ),\r
                                                                '</label>',\r
-                                                               // Set width to make sure that input is not clipped by the iframe (#11253).\r
+                                                               // Set width to make sure that input is not clipped by the iframe (http://dev.ckeditor.com/ticket/11253).\r
                                                                '<input style="width:100%" id="', inputId, '" aria-labelledby="', _.labelId, '" type="file" name="',\r
                                                                        CKEDITOR.tools.htmlEncode( elementDefinition.id || 'cke_upload' ),\r
                                                                        '" size="',\r
@@ -1446,7 +1446,7 @@ CKEDITOR.plugins.add( 'dialogui', {
                                                buttons[ i ].enable();\r
                                }\r
 \r
-                               // #3465: Wait for the browser to finish rendering the dialog first.\r
+                               // http://dev.ckeditor.com/ticket/3465: Wait for the browser to finish rendering the dialog first.\r
                                if ( CKEDITOR.env.gecko )\r
                                        setTimeout( generateFormField, 500 );\r
                                else\r