diff --git a/plugins/easyimage/plugin.js b/plugins/easyimage/plugin.js index 18102f7a294..be92e6d6f3d 100644 --- a/plugins/easyimage/plugin.js +++ b/plugins/easyimage/plugin.js @@ -350,8 +350,8 @@ sizes: '100vw' } ); - // Ensure that replacing placeholder image with the final one - // ss considered a change of content (#5414). + // Ensure that replacing the placeholder image with the final one + // is considered a content change (#5414). this.editor.fire( 'change' ); } ); diff --git a/plugins/uploadwidget/plugin.js b/plugins/uploadwidget/plugin.js index a970c8b9d13..566d81c0238 100644 --- a/plugins/uploadwidget/plugin.js +++ b/plugins/uploadwidget/plugin.js @@ -360,8 +360,8 @@ editor.getSelection().selectBookmarks( bookmarks ); } - // Ensure that replacing upload placeholder with the final - // uploaded element is considered a change of content (#5414). + // Ensure that replacing the upload placeholder with the final + // uploaded element is considered a content change (#5414). editor.fire( 'change' ); }, diff --git a/tests/plugins/easyimage/manual/changeevent.md b/tests/plugins/easyimage/manual/changeevent.md index 32491beafaa..8ff77ad8486 100644 --- a/tests/plugins/easyimage/manual/changeevent.md +++ b/tests/plugins/easyimage/manual/changeevent.md @@ -1,4 +1,4 @@ -@bender-tags: 4.20.2, 5414, bug +@bender-tags: 4.20.2, bug, 5414 @bender-ui: collapsed @bender-ckeditor-plugins: wysiwygarea, toolbar, easyimage, undo @bender-include: ../_helpers/tools.js diff --git a/tests/plugins/easyimage/uploadintegrations.js b/tests/plugins/easyimage/uploadintegrations.js index 17ff32c976a..642ca3f7a77 100644 --- a/tests/plugins/easyimage/uploadintegrations.js +++ b/tests/plugins/easyimage/uploadintegrations.js @@ -218,7 +218,7 @@ wait(); }, - // #5414 + // (#5414) 'test change event is fired after the upload finishes': function() { var editor = this.editor, listeners = this.listeners; diff --git a/tests/plugins/uploadfile/manual/changeevent.md b/tests/plugins/uploadfile/manual/changeevent.md index a291b5625ce..2d7d6b3720f 100644 --- a/tests/plugins/uploadfile/manual/changeevent.md +++ b/tests/plugins/uploadfile/manual/changeevent.md @@ -1,4 +1,4 @@ -@bender-tags: 4.20.2, 5414, bug +@bender-tags: 4.20.2, bug, 5414 @bender-ui: collapsed @bender-ckeditor-plugins: wysiwygarea, toolbar, uploadfile, undo @bender-include: ../../uploadwidget/manual/_helpers/xhr.js diff --git a/tests/plugins/uploadfile/uploadfile.js b/tests/plugins/uploadfile/uploadfile.js index ab0cd2d53c9..196ac07244a 100644 --- a/tests/plugins/uploadfile/uploadfile.js +++ b/tests/plugins/uploadfile/uploadfile.js @@ -231,7 +231,7 @@ bender.test( { assert.areSame( 'abort', loader.status, 'Loader status' ); }, - // #5414 + // (#5414) 'test firing change event after the upload finishes': function() { var editor = this.editors.uploadfile, uploads = editor.uploadRepository, diff --git a/tests/plugins/uploadimage/manual/changeevent.md b/tests/plugins/uploadimage/manual/changeevent.md index fa7615c2532..3dc053911a2 100644 --- a/tests/plugins/uploadimage/manual/changeevent.md +++ b/tests/plugins/uploadimage/manual/changeevent.md @@ -1,4 +1,4 @@ -@bender-tags: 4.20.2, 5414, bug +@bender-tags: 4.20.2, bug, 5414 @bender-ui: collapsed @bender-ckeditor-plugins: wysiwygarea, toolbar, uploadimage, undo @bender-include: ../../uploadwidget/manual/_helpers/xhr.js diff --git a/tests/plugins/uploadimage/uploadimage.js b/tests/plugins/uploadimage/uploadimage.js index 6bf5245d6aa..aa9b3a10999 100644 --- a/tests/plugins/uploadimage/uploadimage.js +++ b/tests/plugins/uploadimage/uploadimage.js @@ -636,7 +636,7 @@ } ); }, - // #5414 + // (#5414) 'test change event is fired after upload finishes': function() { bender.editorBot.create( { name: 'undo-integration-change-after-upload', diff --git a/tests/plugins/uploadwidget/uploadwidget.js b/tests/plugins/uploadwidget/uploadwidget.js index 73f8063c8fc..be3d36829d1 100644 --- a/tests/plugins/uploadwidget/uploadwidget.js +++ b/tests/plugins/uploadwidget/uploadwidget.js @@ -1136,7 +1136,7 @@ } ); }, - // #5414 + // (#5414) 'test firing change after calling replaceWith() method': function() { var bot = this.editorBot, editor = bot.editor,