Hi,
Hoping someone can help me with this.
My program simulates an email client, using CKEditor to edit the email body. New Email windows are in a jquery dialog, each with their own CKEditor control. The address book is brought up as a modal jquery dialog. When the dialog is opened, however, it's clearing the content of the editor and preventing me from typing in it. Once this has happened, it's not possible to interact with any of the CKEditor controls in the page until the page is refreshed.
EDIT: It's probably also worth mentioning that the same thing doesn't happen when I try to replicate it on a more basic page containing just an editor and a dialog box. Also, calling getData() on the editor still returns the correct content, it's just not visible on the editor, and cannot be edited.
Has anyone else experienced anything like this? I'm new to CKEditor, so I might be missing something obvious here.
Thanks,
James