﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6633	No events after setData	Matthias		"After you set the editor data via editor.setData(html) no more (key) events are fired on the body.

Example Code:

editor.document.getBody().on(""keyup"", function() {
  alert(""keyup event"");
});
editor.setData(""..."");

After that, the keyup event will never be fired again. Maybe the editor creates a complete new body when calling setData (which implicitly removes the listeners)?"	Bug	closed	Normal		General	3.4.1	invalid		karthick.ajk@…
