Opened 14 years ago

Last modified 13 years ago

#6278 closed Bug

comment tags get moved to top — at Initial Version

Reported by: MBcode Owned by:
Priority: Normal Milestone: CKEditor 3.5.1
Component: Core : Output Data Version: 3.4
Keywords: Cc:

Description

Hey there, if I set the default Text: "<!-- foo --><!-- bar --><br /><!-- X --><br /><!-- Y -->"...

And switch to Source-Code, it will get formatted to: "<!-- foo --><!-- bar --><!-- X --><!-- Y --><!-- ... <br /> <br /> <br /> ..."

This isnt rly usefull because I like to use Comments to Insert with Javascript at the given position.

This is my original default Text:

%header%<br />
<br />
<!--start:problem[0]--><br />
<!--stop:problem[0]--><br />
<!--start:result[0]--><br />
<!--stop:result[0]--><br />

<!--start:info[0]--><br />
<!--stop:info[0]--><br />
<!--start:end[0]--><br />
<!--stop:end[0]--><br />
<br />
<!--start:sorry[0]--><br />
<!--stop:sorry[0]--><br />
<br />
%footer%

And it gets formatted to:

%header%<br />
<br />
<!--start:problem[0]--><!--stop:problem[0]--><!--start:result[0]--><!--stop:result[0]--><!--start:info[0]--><!--stop:info[0]--><!--start:end[0]--><!--stop:end[0]--><!--start:sorry[0]--><!--stop:sorry[0]--><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
%footer%

Please fix that! Would be really great.

Change History (0)

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