Changes between Version 1 and Version 2 of Ticket #11460, comment 6
- Timestamp:
- Feb 13, 2014, 9:44:45 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11460, comment 6
v1 v2 31 31 * All data - HTML data string, type (`'auto'` by default, `'text'` if it was plain text) and files list are passed to `editor#drop` or `editor#paste`. 32 32 1. Step two - data processing 33 * Includes: type discovery (text, html), plain text htmlification/normalization, html textification (`forcePasteAsPlainText`), etc.33 * Includes: type discovery (text, html), plain text htmlification/normalization, html textification (`forcePasteAsPlainText`), MSWord documents normalization, etc. 34 34 * We need this step during `editor#paste` and `editor#drop`, so we'll not need to change current `editor#paste` behaviour. 35 35 * Methods used currently by `editor#paste` listeners have to be made public unless this part of `editor#drop` is implemented in the clipboard plugin.