Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Jun 2008 at 09:36 UTC
Updated:
24 Aug 2008 at 23:23 UTC
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
Comment #1
Artur Formella commentedComment #2
Jorrit commentedThe 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.
Comment #3
Jorrit commentedFixed in CVS
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.