﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11400	removeAllListeners does not remove listeners completely	Piotr Jasiun	Piotr Jasiun	"{{{
var a = CKEDITOR.document.getById( 'a' );

a.on( 'click', function( evt ) {
	console.log( 'clicked' );
} );

a.removeAllListeners();

a.fire( 'click' );
//get 'clicked' on the console.
}}}

After `removeAllListeners` indeed it is not possible to fire click event by clicking on the link but I can still call it by code (`fire()`).

See attached file."	Bug	closed	Normal	CKEditor 4.3.3	General		fixed		
