Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2011 at 15:26 UTC
Updated:
18 Sep 2011 at 03:45 UTC
i m using ckeditor in a form that submits through ajax. when the submit is clicked and the submission is in progress my ckeditor converts into a plain text editor and all the controls are gone, as soon as the submit is complete, the controls are back, it looks ugly. Any solution?
Comments
Comment #1
mkesicki commentedThis is you own form or you use some module to do this ?
Can you check in Firebug console (Firefox add-on) if there are any errors. You can also check in in Firebug's net tab if all request are correct. Do you use some cache and JavaScript/CSS files optimization ?
Comment #2
Macronomicus commentedI can confirm this on the latest 7.x dev... if you have ckeditor enabled on a field in a content_type form... then try adding an image in the 'attachments' below in your form... when submitting that (clicking upload) and the submission is in progress ckeditor converts into a plain text field, as soon as the submit is complete, the controls come back.
I ran firebug console with profile and no errors or warnings came up.
Comment #3
Macronomicus commentedOne other effect is that if the text editor is disabled it will turn on after uploading an image or file to a file field.