﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12321	[IE] pressing backspace / delete does not fire editor#change	Marek Lewandowski	Marek Lewandowski	"1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. add an change listener using console:
{{{
CKEDITOR.instances.editor1.on( 'change', function() { console.log( 'change event' ); } );
}}}
3. click somewhere in the middle of the text
4. press {{{backspace}}}

'''Expected result:'''[[BR]]
Change event should be fired / console log should appear.

'''Current result:'''[[BR]]
Change event is not fired.

additional info:[[BR]]
1. tested in IE8 and IE9"	Bug	closed	Normal	CKEditor 4.4.4	Core : Undo & Redo	4.4.4	fixed	IE	
