﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13812	When aborting file upload the placeholder for image is left.	Jakub Ś	Tade0	"== Steps to reproduce ==

1. Use below code in CKEditor
{{{
var editor1 = CKEDITOR.replace( 'editor1', {
	extraPlugins: 'uploadimage,image2',
	imageUploadUrl: 'http://your-url?command=QuickUpload&type=Images&responseType=json'
 );

editor1.on( 'fileUploadRequest', function( evt ) {
	evt.data.fileLoader.abort();
	editor1.showNotification( 'File too big', 'warning' );
	evt.cancel();
});
}}}
2. D&D the file

== Expected result ==

File upload is aborted, message is displayed and placeholder for the image is removed.

== Actual result ==

File upload is aborted, message is displayed but placeholder for the image is left.

== Other details (browser, OS, CKEditor version, installed plugins) ==
Browsers: all, CKEditor version 4.5.0.
"	Bug	closed	Normal	CKEditor 4.5.11	General	4.5.0	fixed		
