I am using CKEditor 3.5.2 in combination with latest CKFinder for file management. I am having a strange issue.
Opening Image popup window to upload and add image to the CMS, everything works fine. But when i press OK or Canel button, the popup window gets closed but my page still remains in the modal popup state and you cannot edit anything on the page.
It is creating alot of trouble for me, can anybody help me out on this?
Opening Image popup window to upload and add image to the CMS, everything works fine. But when i press OK or Canel button, the popup window gets closed but my page still remains in the modal popup state and you cannot edit anything on the page.
It is creating alot of trouble for me, can anybody help me out on this?
Re: Page Frozen on CKEditor Popup Windows
Instead of adding reference to the
<script src="/scripts/ckeditor_3.5.2/ckeditor.js" type="text/javascript"></script>
add reference for ...
<script src="/scripts/ckeditor_3.5.2/ckeditor_basic.js" type="text/javascript"></script>
Adding ckeditor_basic.js fixed my problem. i thought it might be helpful for anybody who is haivng the same issue as well.
Thanks!