Changes between Initial Version and Version 2 of Ticket #13065
- Timestamp:
- Mar 18, 2015, 4:09:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13065
-
Property
Status
changed from
new
toconfirmed
-
Property
Priority
changed from
High
toNormal
-
Property
Summary
changed from
Integrate widgets with new copy/cut/paste datTransfer
toIntegrate widgets with the new copy/cut/paste dataTransfer
-
Property
Status
changed from
-
Ticket #13065 – Description
initial v2 1 Widgets use copybin, while on modern browsers they can now use the dataTransfer integration which we introduced . Note: remember to use `editable.getHtmlFromRange()`.1 Widgets use copybin, while on modern browsers they can now use the dataTransfer integration which we introduced in 4.5.0. The question, though, is whether we have to do this, because on all IEs we'll have to leave the copybin, so we would need to branch the code. There may be a strong argument for this change - recognising content origin (internal, cross editor, external) and filtering Webkit/Blinks awful inline styles.