Opened 9 years ago
Closed 9 years ago
#13521 closed Bug (invalid)
Facing bugs in ckeditor_4.5.1
Reported by: | bhumip | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | raffi@… |
Description
Hi Support Team,
Looking for your assistance on emergency for issues we have been facing below problem on integration of new ckeditor_4.5.1_688e539261de.zip
- caching problem
- icons are constantly flicker thus user cannot select option example like font type, font size etc (PFA 2015-07-09_1800.swf)
- content format breaks in email if we have image in content (PFA AfterEmailSent_InBrowser.png and BeforeSend_ckeditor.png)
Thanks & Regards,
RTV Team
Attachments (6)
Change History (7)
Changed 9 years ago by
Attachment: | ckeditor_4.5.1_688e539261de.zip added |
---|
Changed 9 years ago by
Attachment: | 2015-07-09_1800.swf added |
---|
Changed 9 years ago by
Attachment: | BeforeSend_ckeditor.png added |
---|
Changed 9 years ago by
Attachment: | AfterEmailSent_InBrowser.png added |
---|
Changed 9 years ago by
Attachment: | CKeditor unresponsive.mp4 added |
---|
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.1 |
All issues you have shown us are implementation problems which you should fix on your side.
There were exceptions thrown:
- Editor instance already exists. This error is thrown when you try to create editor instance on element on which editor has already been built.
- Cross origin - there is cross origin conflict reported that protocols don't match.
Flickering - you are using custom skin not created by CKSource. It is possible that this skin conflicts with styles in your application.
Additionally, you are using many custom plugins which also may be reason of your problems.
I would suggest starting first with default CKEditor skin and default set of plugins.
CKeditor Unresponsive