loopindex / ckeditor-track-changes

Track changes plugin for CKEditor, based on ICE (track changes for TinyMCE).
www.loopindex.com
Other
51 stars 55 forks source link

Cannot paste image as link from 'Image' toolbar button #115

Open ghnat opened 7 years ago

ghnat commented 7 years ago

Everything visible in the attached gif. Unless I configure plugin to have ignoreSelectors=['a'] I cannot add image as link from image button on the toolbar.

screen-33

toscanov commented 7 years ago

We had a similar issues with paste/image upload. Unfortunately the best fix we could find was to ignore the widget.

config.lite.ignoreSelectors = "[data-widget]";