Opened 10 years ago
Last modified 10 years ago
#12872 confirmed New Feature
[Firefox] Improve copy/cut and paste binding
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Because Firefox does not support custom data types properly during copy/cut/paste we do not bind copy/cut and paste events. Wherefore all paste events are recognize as external and user is not able to pass data from copy/cut to paste using dataTransfer
facade (copy/cut dataTransfer object and paste dataTransfer object are 2 separate objects instead of one).
We can improve it. On Firefox we handle selected data manually so we could add special <meta>
tag to the data to pass the information about the source editor and bind copy/cut with paste
.