I've downloaded and installed the new Enhanced Image plugin and it seems when I try and click on the + to move the image around, if I don't have a caption with the image, the image dissappears as soon as I release my mouse after trying to relocate. If I have a caption with the image, I see the line helper and the image can be moved successfully.
Anyone else experiencing this issue? I'm using the Full download version.
Thanks,
Adam
You could report a bug on
You could report a bug on http://dev.ckeditor.com, however, we would need more details - browser, package you use, etc.
Currently we know only about one issue - that if clipboard plugin is not enabled drag and drop works exactly as you described it. But it does not happen in full preset unless you changed something.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
It tried it on Chrome and it
It tried it on Chrome and it works as expected. I DO have the clipboard plugin.
Thanks, I figured out what it
Thanks, I figured out what it was. I have a custom plugin that runs on paste and it was stripping out the image tags. Once you said it used the clipboard plugin, I knew exactly where the problem was.
Thanks,
Adam
Thats because config
Thats because config.forcePasteAsPlainText = true; is in the config.js file and needs removing or set to false.