Opened 12 years ago
Closed 12 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)
Change History (2)
Changed 12 years ago by
Attachment: | image002.png added |
---|
comment:1 Changed 12 years ago by
Keywords: | span error create content missing removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
- 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.
- 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.