﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14675	On change event is not fired on first content remove after D'n'D	kkrzton		"== Steps to reproduce ==

1. Go to http://ckeditor.com/demo#full.
1. Open dev tools and paste `CKEDITOR.instances.editor1.on( 'change', function() { console.log( 'change', arguments ) } )` in the console.
1. Select part of the text.
1. Drag the text and drop it inside editor.
1. Select some text and press delete button to remove it.

Same happens when dropping text from outside of the editor.


== Expected result ==
The `change` event is fired after content/text is removed.

== Actual result ==
After D'n'D the first remove operation does not trigger `change` event.

== Other details (browser, OS, CKEditor version, installed plugins) ==
CKEditor 4.5.9, tested on Chrome 51 and FF 46."	Bug	confirmed	Normal		General				sergey.s.sazonov@…
