10 years ago
Topic
Hi there,

I've created a content type, but I have a problem with the admin form when creating content.

All the fields of the content appear inside a wysiwyg editor, screenshot below:
http://postimg.org/image/vf1t6e45b/

- One of the field of the content type is a wysywyg editor.
- I have another content type and it doesn't have that problem.
- I've also tried to the default editor to "No Editor" and it works correctly.
- JSeblod version is 3.3.2, it has been upgraded one time
- JCE Editor version is 2.3.4.4

Thanks for the outstanding work

EDIT:

If a have 2 content types, Product and Product Block. The type Product contains a field of type GroupX (Product Blocks). The Product Block contains a single wysiwyg field; Product does not have.
When I try to create a Product Block, I have the problem described (above).
When I try to create a Product, the JCE editor works fine for the first Product Block, but if I add one or more Product Blocks, only the first JCE editor instance works. The others are not working (textarea instead).
Hoping that this can help resolving..
Get a Book for SEBLOD
693 Posts
rpoy
10 years ago
3
Level 1
Hi isometriq,

Welcome to the SEBLOD forums.


 If the other editors work fine, then this appears that this is a JCE editor issue.  But one thing you can try is to put the editor in its own section (ie mainbody) and the other fields in their own sections (topbody/bottombody).  Are you using special templates or do you have div fields in your content type?  Perhaps its settings of the JCE editor? 


Hope that helps,

Randy
 
10 years ago
2
Level 2
Hi Randy,

Actually all the editors have the exact same problem. The problem disappears when using no editors.

The wyswyg editor is used in a content type (Product Block) that is part of another content type (Product), so I don't have control over positionning.

Hopefully, I changed the wysiwyg field option so that it appear in a modal box. This seems to work correctly. However, I don't think the true problem is resolved...

Thanks for the replies
693 Posts
rpoy
10 years ago
1
Level 3
Hi isometriq,

In the Content Type editor, in which sections are your fields located?  Are you using any templates?

thanks,

Randy
10 years ago
0
Level 4
Hi Randy,

For the Product Block
all the fields are in the #mainbody
template is the default: "seb_one"

For the Product
the GroupX (Product Blocks) is in the #mainbody
Two text fields (title and name) are in the #topbody
template is the default: "seb_one"

Thanks again

EDIT:
I was wondering if an extension could interfere, but I don't that's the case here.
Setup is pretty minimal: french pack, jce editor bundle, rsform+sys plugin, ferus frontend template
Let me know if I can provide you with more info.
4229 Posts
Kadministrator
10 years ago
1
Level 1
Looks this is a bug, I created Articles content type with group-x and articles as base and when creating new instance of article in articles admin view I get the same problem. I'll report it to the tracker.
10 years ago
0
Level 2
Thanks Klas for reproducing the bug.
4229 Posts
Kadministrator
10 years ago
1
Level 1
Hi,

unfortunatelly it seems it would be too complicated to solve this due to amount of javascript involved
10 years ago
0
Level 2
Hi Klas,

I guess that we can tag it as a software limitation. ..At least we know.

In conclusion, the workaround that I used was to put the editor in a modal box (in the child content type field's parameters).

Thanks y'all for following up.
Get a Book for SEBLOD