Image is not inserting in CKEditor while scayt is enabled

87 Views Asked by At

I am using CKEditor version 4.4.2. My problem is that Image is not inserting in CKEditor while scayt is enabled by doing following steps.

Click on Source icon on toolbar,

Insert following HTML

<div>Click here!</div>

Click on Source icon on toolbar

Enable scayt from toolbar

Insert image from file (Please note that cursor position should be after “Click” text)

image is not inserting in text editor

Thanks

1

There are 1 best solutions below

3
Anna Tomanek On

I cannot reproduce your problem on the demo of the latest CKEditor version, so you should do the following:

  • Check if it works on the demo page, too (in case you missed some steps in your description).
  • If you cannot reproduce it either, upgrade your CKEditor installation (current version is 4.4.7).
  • Check your configuration and/or update your post with some more details such as your build config, custom plugins, environment, file browser used etc.