]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/image/dialogs/image.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / image / dialogs / image.js
index 7d7537a018d989d5c5b3ab1dfb6e94bc91942f8e..5302a7c77a341a05978427b557e491faf2627f02 100644 (file)
 \r
                                        var oImageOriginal = dialog.originalElement;\r
 \r
-                                       // Dialog may already closed. (#5505)\r
+                                       // Dialog may already closed. (http://dev.ckeditor.com/ticket/5505)\r
                                        if ( !oImageOriginal )\r
                                                return null;\r
 \r
                                        this.firstLoad = false;\r
                                        this.dontResetSize = false;\r
 \r
-                                       // Possible fix for #12818.\r
+                                       // Possible fix for http://dev.ckeditor.com/ticket/12818.\r
                                        updatePreview( this );\r
                                };\r
 \r
                                                this.linkEditMode = true;\r
 \r
                                                // If there is an existing link, by default keep it (true).\r
-                                               // It will be removed if certain conditions are met and Link tab is enabled. (#13351)\r
+                                               // It will be removed if certain conditions are met and Link tab is enabled. (http://dev.ckeditor.com/ticket/13351)\r
                                                this.addLink = true;\r
 \r
                                                // Look for Image element.\r
                                                                                this.getDialog().dontResetSize = true;\r
 \r
                                                                                field.setValue( url ); // And call this.onChange()\r
-                                                                               // Manually set the initial value.(#4191)\r
+                                                                               // Manually set the initial value.(http://dev.ckeditor.com/ticket/4191)\r
                                                                                field.setInitValue();\r
                                                                        }\r
                                                                },\r