Changes between Initial Version and Version 1 of Ticket #12173
- Timestamp:
- Jul 7, 2014, 6:52:53 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12173 – Description
initial v1 1 1 Part of #11437. 2 2 3 `editor.paste` event emitted from native paste should contain the same data as `editor.paste` event contains (ex. `dataTransfer`).3 `editor.paste` event emitted from native paste should contain same data as `editor.paste` event (e.g. `dataTransfer`). 4 4 5 There should be `paste` event listener (with 0 priority) and if it contains `dataTransfer` with `html` or `text` data these data should be puttedas a dataValue.5 There should be `paste` event listener (with 0 priority) and if it contains `dataTransfer` with `html` or `text` data, such data should be put as a dataValue.