Opened 13 years ago

Closed 12 years ago

#6683 closed Bug (invalid)

Extra line breaks added when saving the content on fckeditor 2.6.4

Reported by: Ritesh Kalyani Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: FCKeditor 2.6.4
Keywords: Cc: ritesh.kalyani@…

Description

When I give a simple input to the editor for eg:

Test(new line) Test

the Source that I get in the editor is:

<p>Test<br />Test</p>

But when I press the save button, the output that I get is:

<p>Test<br />(new line) Test</p>

(extra new line is added).

I've tried the config option of FCkConfig.FormatOutput="false" but same result. Is there anything that I am missing?

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.

Please check the CKEditor 3.6.2 - no new line breaks are added.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy