Opened 15 years ago
Last modified 14 years ago
#6278 closed Bug
comment tags get moved to top — at Version 1
Reported by: | MBcode | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | Core : Output Data | Version: | 3.4 |
Keywords: | Cc: |
Description (last modified by )
Hey there, In Source editing mode paste 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%
Switch to WYSIWYG and back to source editing. 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%
This isnt rly usefull because I like to use Comments to Insert with Javascript at the given position.
Please fix that! Would be really great.
Change History (1)
comment:1 Changed 15 years ago by
Component: | General → UI : Source View |
---|---|
Description: | modified (diff) |
Keywords: | comment tags removed |
Status: | new → confirmed |
Confirmed on 3.4.1 Nightly & Demo. Source formating is lost in above case. I changed formating of issue.