views:

95

answers:

0

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!