﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7697	CKEditor crashes on next .replace() command after SCAYT context menu initialization.	WebSpellChecker.net	Frederico Caldeira Knabben	"This problem can be reproduced on CKEditor 3.5.3 released compressed version only.

CKEditor crashes on .replace() command after SCAYT context menu shown and editor destroyed.

Steps to reproduce:

1. Create instance of CKEditor.[[BR]]

2. Switch SCAYT on.[[BR]]

3. Type misspelled words.[[BR]]

4. Open context menu on misspelling twice.[[BR]]

5. Destroy instance using :
{{{
CKEDITOR.instances['editor'].destroy();
}}}
[[BR]]
6. Create instance of CKEditor using : 
{{{
 CKEDITOR.replace(""editor"");
}}}
[[BR]]

Expected results: editor appears.[[BR]]

Actual results: the editor is not displayed due to a javascript error.[[BR]]

"	Bug	closed	Normal	CKEditor 3.5.4	UI : Spell Checker	3.5.3	fixed		support@…
