[Webkit-unassigned] [Bug 143776] Custom copy and cut does not work on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 08:45:40 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143776

--- Comment #3 from Piotrek Koszuliński (Reinmar) <pkoszulinski at gmail.com> ---
It's a pity that it doesn't work in Safari at iOS, because it works fine in the Safari at MacOS.

The ability to call setData() on copy/cut is crucial for a good copy&paste support in WYSIWYG editors. Unfortunately Webkit and Blink put the whole spectrum of inline styles into the clipboard and most of the developers do not want all that mess in their databases. Therefore on browsers like Firefox, Chrome and Safari on MacOS CKEditor sets clipboard data to exactly the content that was selected and uses that content on paste.  On Chrome it also sets additional clipboard item to identify the pasted data as coming from the same (or different) editor. This is extremely useful because it allow to handle data coming from an editor differently than from the outside.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/76a4b91d/attachment.html>


More information about the webkit-unassigned mailing list