Steps to reproduce:

1. Create custom content type (e.g. TestContent) with multiple text fields.

2. Now try to create first content (TestContent) and into each textarea add the following text (in the source mode)

<p>tekstNheader</p>
<!--break-->
<p>tekstNbody</p>

where N is the number of textarea (1,2,3...).

3. Click preview

4. In the body, instead of

<p>tekst1header</p>
<!--break-->
<p>tekst1body</p>

we get:

<p> tekst3header</p>
<!--break-->
<p> tekst3header</p>
<!--break-->
<p> tekst3header</p>
<!--break-->
<p> tekst3header</p>
<!--break-->
<p>bodybody</p>

Comments

Artur Formella’s picture

Assigned: Unassigned » Artur Formella
Jorrit’s picture

Assigned: Artur Formella » Jorrit

The whole onsubmit handling in fckeditor.utils.js has to be rewritten. Secondly, the parsing of < !--break--> has to be limited to fields that actually have a teaser associated with them.

I'm rewriting the loading mechanism and this will be taken care of.

Jorrit’s picture

Title: FCKeditor + multiple CCK Text fields » FCKeditor malfunctions when multiple fields are present and one of them has a teaser
Status: Active » Fixed

Fixed in CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.