Active
Project:
FileField Sources
Version:
7.x-1.8
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2013 at 19:12 UTC
Updated:
9 Nov 2014 at 17:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zabelc commentedI have my node body field set to use a rich text editor (either CKEditor, or TinyMCE); and I'm seeing the exact same thing. This happens even if I switch the text format to use TinyMCE, or even plain text.
However (and this is very strange), you can get your clipboard image to upload by hitting Ctrl+v twice. Unfortunately, after pasting the file, the CKEditor toolbar doesn't go away, rather it just hangs in space just to the left of where the text box was.
Comment #2
sinasalek commentedIt's because of contenteditable attribute set for paste area.
And modern editors automatically hook into this attribute
A quick workaround to disable it completely :
Also for excluding some items from inline editing by wysiwyg there is a ckeditor plugin :
http://stackoverflow.com/a/11370552/1726778
Another issue created against wysiwyg module
#2372091: wysiwyg for all contenteditable element causes problem