Active
Project:
Conditional Fields
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2012 at 21:24 UTC
Updated:
1 Dec 2015 at 19:02 UTC
Jump to comment: Most recent
Rich text editing is removed on all fields if a condition applied on any.
Comments
Comment #1
cristian100I can reproduce this issue, and happened to me in the following scenario:
I have a field collection on the content type:
field_collection_1
which has 2 fields,
field_collection-2>field_first
field_collection_1->field_last
I set a conditions here, to show field_last once there is something in field_first.
It works great,
Now, we needed a second field_collection, a clone of the last one, that would appear separated from the first one (therefore unlimited setting is out of the solution).
So, I create:
field_collection_2
And I import the same fields that I used at the other field_collection_1:
field_collection_2->field_first
field_collection_2->field_last
I set the conditions the same way, and wallaaa, when I'm trying to create a node that uses those two field_collections, breaks jquery and ckeditor along.
My guess is that is having problems with "different" field collections, having the same exact name for the fields... and I see that if I create different field names (not reusing) inside the field_collection_2, this problem doesn't happen.
Comment #2
ajfernandez commentedHi,
if you update to the latest dev version it works! I am using wysiwyg 7.x-2.2+54-dev and CKEditor 4.4.5.25cdcad. I am using JQuery update to 1.8 version too.
;)
Comment #3
pixelsweatshop commentedThis is still broken in the latest dev. It also breaks the display of the GMap module too.
Comment #4
sheldon rampton commentedI encountered this bug and was able to get things working by updating to the latest dev versions of Conditional Fields and WYSIWYG as well as updating CKEditor to version 4.4.7:
Comment #5
museumboy commented