I have created content type with field collection that includes another field collection. This seems to cause some sort of problem with WYSIWYG module and none of the textfields ( including Body-field ) within that content type are transformed into wysiwyg editors. Option to select Full HTML and Plain text is visible but does not have any effect if changed. If I delete the field collection field ( that includes another field collection ) all of the editors start to work as fully functional wysiwyg editors.

All other textfields within other content types work just fine. I have tried CKEditor and markItUp so editor change does not fix the problem.

Any ideas?

Comments

TwoD’s picture

Hmm, this could possibly be related to #2318021: Error Field Collection and Field Multi values. Not add next value..

Have you tried Wysiwyg 7.x-2.x-dev?

JimFromNorth’s picture

Thank you TwoD! You helped me out (in a way)!

So I finally figured it out. I tried Wysiwyg 7.x-2.x-dev, but no luck. That thread you linked gave me the idea to look for errors in JavaScript console and I found out that it was actually "Time Field"-module that broke JavaScript on that admin page.

Now I'll have to try never version of the module or find some other module to suit my needs. (Or maybe just use a basic text field...)

Thanks again!

JimFromNorth’s picture

Status: Active » Closed (fixed)
TwoD’s picture

Ah, thanks for posting that info!