Opened 9 years ago
Closed 9 years ago
#13631 closed Bug (invalid)
Less Than '<' and Greater Than '>' not allowed in Courier New Monospace
Reported by: | Gregg Current | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Enter text "Click <Finish>."
- Highlight the text "<OK>" and set the font to Courier New
- Save the text.
- Reload the text. (I am using CKEditor in a database application so the text is stored in a record for redisplay)
Expected result
"Click" and "." will be displayed in the default (Ariel?) and the "<OK>" will be displayed in Courier New
Actual result
Click . in default font
Other details (browser, OS, CKEditor version, installed plugins)
CKEditor 4.5.2 Full version Browser Safari 7.1.7
This also happens when I save the marked up text to an HTML file and try to display the page. <p>Click <<span style="font-family:courier new,courier,monospace">OK></span>.</p> Displays the Click < in default font OK in Courier New and >. in default font
<p>Click <span style="font-family:courier new,courier,monospace"><OK> </span>.</p> Displays Click . in default font
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | EditorTest.html added |
---|
comment:1 Changed 9 years ago by
Keywords: | Courier New < > removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.2 |
This is a source that CKEditor sends to the server (you can check it by switching to the source mode):
This content is correct, so it is your backend what breaks it or the data is incorrectly loaded to CKEditor (remember to encode HTML entities before loading a raw content into a textarea).