﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2502	Allow Find and Replace in source mode	Devon Weller		"When I allow Find/Replace toolbar button in source mode, I get a javascript error when trying to find text in source mode.


The code to enable the Find button that I am using is this:

FCKToolbarItems.RegisterItem('Find', new FCKToolbarButton('Find', FCKLang.Find, null, null, true, null, 16));


When I enter source mode, then click the find icon, type in text in the dialog and click the Find button, I get a javascript error.  This happens in both IE 7 and Firefox 3.0.1.


IE 7 reports this error:

Line: 68
Error: 'nodeType' is null or not an object



The problem appears to be that the fck_replace.html dialog is trying to search the content of oEditor.FCK.EditorDocument.  While in source mode, this object is null.

"	New Feature	closed	Normal		UI : Source View	FCKeditor 2.6.3	duplicate		
