﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11761	Event system dies along with the last editor being destroyed	Olek Nowodziński		"I stumbled upon this issue while developing sample for #11480.

This issue makes CKEditor events API quite useless without editor instance, especially if the editor is destroyed in the callback.

See [http://jsfiddle.net/yLVX2/7/ jsFiddle].

----

== How to reproduce?

1. Create editor instance.
2. Attach event listener on a DOM element '''outside''' of the editor. Not related to editable, etc. 
3. See that event works.
4. Destroy the editor(s).

'''Actual''':

5. Attached listener is not fired anymore.

'''Expected''':

5. Attached listener is fired since the object in DOM is still there.

----

Quick research:

* https://github.com/ckeditor/ckeditor-dev/blob/master/core/dom/domobject.js#L150-L152
* #5663"	Bug	confirmed	Normal		General	3.2.2			
