Hi,
If I make the iframe within ckeditor display:none then the page works correctly. However if I remove the display:none the whole form moves up by about 10px. I've looked in the markup and there is nothing that should cause this.
If I edit the HTML within chrome, delete the iframe, re-add the iframe and then remove the display:block then the form doesn't move up. By removing and re-adding the iframe I unbind all of its events, I beleive that it is one of these events that gets fired when the iframe is shown and breaks the page.
Does anyone know what javascript gets fired when the iframe is shown?
Thanks,
Joe
I've found the issue:
I've found the issue: Basically I was setting the contentsCss option to an external stylesheet. Because this stylesheet was on a different domain it caused the request to fail. The request failing broke the page.
Joe
Hi JoeS88,
Hi JoeS88,
glad you managed to solve your problem and thanks for posting the solution, this will be helpful for others who might encounter the same issue in the future.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!