Opened 9 years ago
Closed 8 years ago
#13757 closed Bug (expired)
HTML tags returning in CKEditor in IE
Reported by: | C Dog | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open a browser in IE11
- Navigated to a page with a CKEditor text area.
- Clicked on source view
Expected result
I would expect the text view to show without html tags and have correct margins, font styling, paragraphs etc.
Actual result
Text view:
HTML tags are showing in text view and while clicking on source view >, <, and ;&nbsp; are not being replaced with <,>
Other details (browser, OS, CKEditor version, installed plugins)
this is not consistant but appears to happen on IE11 and was having issues on earlier versions.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | CKEditor.docx added |
---|
comment:1 Changed 9 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.3 |
comment:2 Changed 8 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
I can't confirm that. If something like that was happening in editor we would have known already.
This most likely some issue in your implementation. Are you able to go to CKEditor demo page, switch to source mode and see entities there or perhaps it only happens after saving data on server side and then loading it back into editor?