﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12031	"""change""-event not fired on changes in source-code-mode"	Urs Wolfer		"In WYSIWYG-mode, a change event is fired after every key-event. This is not the case in source-mode.

You can reproduce this with ""Standard editor"" example (http://ckeditor.com/demo) with the following code:
{{{
CKEDITOR.instances[""editor1""].on(""change"", function(e) {console.log(""change: "" + e.editor.getData())})
}}}

I have worked around this issue by listening to the ""key"" event.

See also: http://stackoverflow.com/questions/17358203/how-to-detect-ckeditor-source-mode-on-change-event"	Bug	closed	Normal		General		invalid		
