﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13562	TypeError: Cannot read property equals of undefined in combination with crVCL	Richie		"Hello,

I like to use the CKEditor in combination with crVCL PHP Framework. If I also load the framework I get the following error in ckeditor.js at function getEditor:function():

TypeError: Cannot read property equals of undefined

I tried to debug and solve it self, but I'm not finding the problem :-(

My Test-Script contain only this few lines:

{{{
<!DOCTYPE html>
<html>
<head>
<title>Test CKEditor</title>
</script>
<script type=""text/javascript"" src=""http://mydomain/cache/fwtools.inc.1433776457.a109ac8026fc449c2ca9c305451254f4.cache.js.php""></script>
<script src=""http://mydomain/crvcl/external/ckeditor/ckeditor.js"" type=""text/javascript""></script>
</head>

<body style="""" class="""" onLoad=""fw_doc_init(); fw_loadingtime_css_js_ms = (new Date()).valueOf() - fw_start_tick.valueOf();"" onUnload=""if(fw_DebugWin && fw_DebugWin !== null && (typeof fw_DebugWin) == 'object' && fw_DebugWin.closed == false){fw_DebugWin.close();} "" onMouseMove=""fw_getMousePos(event);"" onKeyPress=""fw_setKeyCode(event);"">
<!-- crVCL PHP Framework Version 2.7 beta (http://www.cr-solutions.net) -->
<div id=""fw_Tooltip"" style=""background-color:#FFFFCC;padding:5px;width:150px;position:absolute;left:0;top:0;visibility:hidden;z-index:9999;border-width:1px;border-style:solid;"" ><div id=""fw_Tooltip_Spacer"">&nbsp;</div></div><div id=""fw_IText"" style=""border-color:#F4F4F4;border-left-width:2px;border-right-width:2px;border-top-width:0px;border-bottom-width:0px;border-style:solid;width:150px;position:absolute;left:0;top:0;visibility:hidden;z-index:9998;"" onmouseout=""this.style.backgroundColor = '';"" onmouseover=""this.style.backgroundColor = '#FFFFCC';""><div id=""fw_IText_Caption"" style=""background-color:#FFFFCC;"">&nbsp;</div></div><script type=""text/javascript"">rounded(""div#fw_IText"","""",""#F4F4F4"", ""small"");</script><input id=""fwPageLoaded"" name=""fwPageLoaded"" type=""hidden"" value=""false"">

<form name=""Form"" id=""Form"" action=""http://mydomain/test/test.php"" method=""post"" target="""" onSubmit="""">
<textarea id=""CKEdit"" name=""CKEdit"" style=""width:100px;height:100px;"">
</textarea>
<script type=""text/javascript"">CKEDITOR.replace('CKEdit');</script>
</form>
<!-- crVCL PHP Framework Version 2.7 beta (http://www.cr-solutions.net) -->
<script type=""text/javascript"">window.setTimeout(""fw_isPageLoaded(true)"", 900);</script>
</body>
</html>
}}}

"	Bug	closed	Normal		General		invalid		
