[Webkit-unassigned] [Bug 49141] Use Blob URL instead of webkit-fake-url when pasting an image and no URL is available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 04:27:03 PDT 2016


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

--- Comment #24 from Aleksander Nowodziński <aleksander at nowodzinski.pl> ---
(In reply to comment #23)
> If the plan is to use Blob URLs instead of data-uris (like Firefox), will
> there be a way to convert them to data uris like Chrome does? That's main
> use case here: pasting an image into a WYSIWYG editor and being able to save
> the image.

So +1. 

The point is that whatever the output in DOM (webkit-fake-url or data-uri in the <img> tag), an easy way to obtain the data-uri in the paste event is needed, so the content that has been pasted in the WYSIWYG editor can be i.e. uploaded to the server. 

At this moment, the webkit-fake-url gives no way to the developers to obtain the actual image and do anything with it. Users paste/drag&drop tons of content into WYSIWYG (contenteditable) editors like that.

-- 
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/20161007/eca1f86d/attachment-0001.html>


More information about the webkit-unassigned mailing list