Opened 11 years ago
Last modified 10 years ago
#12173 closed New Feature
Basic paste integration with new drag and drop. — at Initial Version
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Part of #11437.
editor.paste
event emitted from native paste should contain the same data as editor.paste
event contains (ex. dataTransfer
).
There should be paste
event listener (with 0 priority) and if it contains dataTransfer
with html
or text
data these data should be putted as a dataValue.