﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10444	The order of several events differs among creators	Olek Nowodziński		"Extracted from ticket:10370#comment:3.

Most likely this issue requires lots of coding with no significant improvement to the editor.

Problem is that [[BR]]
inline loads: dataReady, contentDom [[BR]]
framed loads: contentDom, dataReady

This can be checked with:
{{{
var editor = CKEDITOR.inline( 'editable' );
	editor.on('contentDom', function(){
		console.log('contentDom');
	});
	editor.on('dataReady', function(){
		console.log('dataReady');
	});
}}}"	Bug	confirmed	Low		General	4.0 Beta			
