﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16763	TypeError: e is null	sweta		"I have 'moving widget' in my ckeditor, it can move containers among ckeditor editable areas. If I will continuously move/add/delete them. at some point ckeditor will break. throwing error like above 
[[BR]]

{{{
TypeError: e is null
}}}

[[BR]]
for below line and some other places:[[BR]]

{{{
e = e.type != CKEDITOR.NODE_ELEMENT || 0 === g || g == e.getChildCount() ? 0 : (e.getChild(g - 1) !== null) ? e.getChild(g - 1).type == CKEDITOR.NODE_TEXT && e.getChild(g).type == CKEDITOR.NODE_TEXT : 0;

}}}

----
I can't figure why it is throwing such errors. Please help me. Thanks in advance. 

"	Bug	closed	Normal		General		expired		
