﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
934	FCKEditor in modaldialog with plugin	Paul Vrugt		"Here at Infoland we have a problem using the fckEditor. When using the fckeditor in a modaldialog, we're getting a javascript error when closing the dialog. The error is: ""Can't execute code from a freed script"".

It seems to be a timing issue since it doesn't occur every time. We've traced the problem to the point where the fckEditor seems to fire an onblur event. The error occurs in FCKFocumManager_FireOnBlur, which calls an anonymous function. Within this anonymous function, the error occurs. But since the code is ""compiled"", I can't make heads or tails of the code being executed. It's trying to execute a function in an 
array Called D at position i. So that's not helping. How should I continue to pinpoint the problem and solve it, because we really need this thing to work?

Update:

I've narrowed the problem down quite a bit. I attach an onblur event to the fckeditor in the ""FCKeditor_OnComplete"" function. This works fine until i load a plugin I created. Once i add the plugin (not even add the toolbarbutton that uses the plugin) the problem occurs. Although the plugin doesn't do anything with onblur events

I've created a testcase to reproduce the problem"	Bug	closed	Normal	FCKeditor 2.5 Beta	General	FCKeditor 2.4.3	fixed	Confirmed IE	
