Please can anyone help me out. I have an html page in which I have added a modal popup from ColorBox. In the ColorBox popup, I have added a CKEditor. The problem is as follows:

In IE, the CKEditor works fine, but in FF & Chrome, I get the CKEditor like in readonly mode (I can't type anything in it). If i put the CKEditor directly into the page (and not in the modal popup), it works fine in all browsers.

I think this might be a problem with the z-index on one of the elements generated by CKEditor. But I don't know which one exactly?

I would really appreciate some help plz, thanks in advance!

link|improve this question

60% accept rate
feedback

3 Answers

We got around our problem by switching lightboxes, rather than use ColorBox, use Simple Modal. I have a funny feeling it will work for you. Good luck!

link|improve this answer
feedback

Refer below url for getting a solution for this. I have given a working example here. Please include the javascript and css properly.

CKEditor loading in Colorbox not working [ Google Chrome ]

Regards

Nishad Aliyar

link|improve this answer
feedback

Render/create ckeditor on colorbox "onComplete" callback.

See callbacks here : http://www.jacklmoore.com/colorbox

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.