Opened 11 years ago

Closed 11 years ago

#10725 closed Bug (invalid)

Create span class with part of text

Reported by: Renan Andrade Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0.1
Keywords: Cc:

Description

When I put some text in editor it create a span tag with my text as elements.

I put this:

Line 1 content
Line 2 content
Line 3 content

After I save and edit, the editor show this in code mode:

<p>
Line 1 content
<span line="" content=""></span>
Line 3 content
</p>

Attachments (1)

image002.png (180.8 KB) - added by Renan Andrade 11 years ago.

Download all attachments as: .zip

Change History (2)

Changed 11 years ago by Renan Andrade

Attachment: image002.png added

comment:1 Changed 11 years ago by Jakub Ś

Keywords: span error create content missing removed
Resolution: invalid
Status: newclosed
  1. Editor has nothing to do with saving data what makes this ticket invalid. If you insert plain text and such result then editor is not responsible.
  1. Please check if this isn't happening when you switch to source and back. I will ten reconsider reopening this issue. Such problems however usually occur due to invalid HTML - it is possible that you insert malformed HTML and editor can't fix it thus you get such result.
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