[Webkit-unassigned] [Bug 49141] use data uri instead of webkit-fake-url for contentEditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 8 18:06:59 PST 2014


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


Vinod Seraphin <vseraphin at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vseraphin at yahoo.com




--- Comment #2 from Vinod Seraphin <vseraphin at yahoo.com>  2014-03-08 18:03:57 PST ---
Firefox pastes data: uris (inline image data) which works really well, and Chrome (even when it was webkit based) supported establishing a paste event listener, having a 'file' type of clipboard data iteme on a paste, and using FileReader to allow accessing that data as a data: url value via readAsDataURL method.

Safari has fallen behind badly by not supporting some way paste clipboard image can be implemented.  Fixing this defect would greatly help.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list