Hi, I have a taxonomy term form with ckeditor applied to the description field. I am loading term forms via ajax. After the load I run the Drupal.attachBehaviors but I still often wont get the ckeditor loaded or the data is not saved. What elste should I do after the ajax load?
Comments
Comment #1
cezaryrk commentedHi, maybe we have the same problem. I found a solution which I posted in http://drupal.org/node/1936570.
Comment #2
wwalc commentedIndeed by looking just at the description it looks like a duplicate of #1936570: CKEditor doesn't attach on first ajax loaded form and on multiple ajax loaded forms the text-filter switch doesn't work.
@cezaryrk - any chance to provide a valid git patch in that issue?
@ivanjaros - any chance to try that patch and let us know if it helped?