id summary reporter owner description type status priority milestone component version resolution keywords cc 12872 [Firefox] Improve copy/cut and paste binding Piotr Jasiun "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 `` tag to the data to pass the information about the source editor and bind copy/cut with `paste`." New Feature confirmed Normal General