This is a wierd error:
I am creating a new jquery UI dialog on the fly and replacing a textarea with a ckeditor, when the dialog closes, i'm grabbing the contents of the ckeditor and sending it with ajax.
The problem is, after the dialog gets closed and destroyed, if I click where the new info was added, I am getting a javascript error (which can be seen here: http://i.imgur.com/tIK5ZQs.png)
I tried destroying the ckeditor instance upon close, thinking that would solve the problem, but to no avail.
Jim