﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13235	Change event not triggered when using the browser context menu	Irina		"''' To Reproduce:'''

1. Open any sample
2. Type in the console:

{{{
CKEDITOR.instances[EDITOR].on('change', function(){console.log('change...')});
}}}

3. Type anything in the editor ( event is triggered on every key press )
4. CTRL + A to select all the text or highlight it with the mouse
5. Ctrl + Right click to get browser context menu
6. Select Delete menu option

'''Problem:''' The event is not triggered
"	Bug	confirmed	Normal		General	4.2		IBM	Satya Minnekanti
