CKEditor 3.2 is un-editable in jQuery simpleModal
Posted
by Gal V
on Stack Overflow
See other posts from Stack Overflow
or by Gal V
Published on 2010-06-03T09:07:44Z
Indexed on
2010/06/03
12:14 UTC
Read the original article
Hit count: 302
Hello all,
I noticed that this isn't the first time that this issue comes up, but I still couldn't find the right and working solution for me.
Here is the thing- In my ASP.NET
aspx page I created a div
element, with a <cc1:CKEditor>
control tag within it.
This div
is hidden, and is attached to a jQuery SimpleModal
plugin.
The problem is- that when I trigger the modal-opening and the modal shows up with the editor within it, the editor is UNEDITABLE, locked.
How can I fix it, and enable the editing in the CKEditor's textarea?
Thanks in advance!
© Stack Overflow or respective owner