stracker-phil/floating-tools

Doesn't seem to work with inline contenteditable block

karellm opened this issue · 0 comments

Hi,

I tried to use the plugin with a <div contenteditable="true"> and I get the following error: Uncaught TypeError: Cannot read property '$' of null.

I tried both by letting ckeditor loading the editor and manually setting it like so:

$('#inlineeditor').attr('contenteditable', 'true')
CKEDITOR.inline( 'inlineeditor', {extraPlugins: 'floating-tools'} )

Any idea? Is it supported?