﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12620	Deleting list <li> not possible to catch key event	ritesh		"CKEDITOR.plugins.add( 'auditchanges',
    {
        init: function( editor )
        {
            editor.addCommand( 'auditchanges',
                {
                    exec : function( editor )
                    {

                    }
                });

            editor.on('key',function(event) { trackModifications(event,false);});

        }
    });


Open page and insert list into editor 
Put your cursor before list and press delete (for backspace put your cursor after list and press backspace)  

Result: key event isn't caught. 

Problem can be reproduced in CKEditor 4.4.1 and 4.4.5
"	Bug	closed	Normal		General		invalid		
