<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - use data uri instead of webkit-fake-url for contentEditable"
href="https://bugs.webkit.org/show_bug.cgi?id=49141#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - use data uri instead of webkit-fake-url for contentEditable"
href="https://bugs.webkit.org/show_bug.cgi?id=49141">bug 49141</a>
from <span class="vcard"><a class="email" href="mailto:cdumez@apple.com" title="Chris Dumez <cdumez@apple.com>"> <span class="fn">Chris Dumez</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=49141#c12">comment #12</a>)
<span class="quote">> Sure, here are the steps:
> 1. open a page with images, e.g:
> <a href="http://www.bbc.com/news/science-environment-37511861">http://www.bbc.com/news/science-environment-37511861</a> (or you can open google
> image search and type "landscape")
> 2. right click on any image (or hold on iPad) and pick "Copy picture"
> 3. open this fiddle: <a href="https://jsfiddle.net/madkdzre/">https://jsfiddle.net/madkdzre/</a> and paste the image into
> frame.
> 4. inspect its url in dev tools.
>
> Result: you'll see that url of the image looks like this
> "webkit-fake-url://FA85EB54-6F2A-4CC8-86A8-34D527A68789/blablabla.png"
> instead of url to pasted image. And it doesn't matter if you copy image from
> finder or from browser. It also doesn't matter if the image copied from
> browser was referred by url or dataURL string (like in case of google image
> search).
>
> This is really annoying on desktops, but on iOS Safari is usually the only
> browser, and because of that bug you cannot paste images into any online
> editor. That's the biggest problem.</span >
Thanks for the test case, I can reproduce the issue.
Interestingly, it seems to work fine if I copy from Firefox or Preview.app and then paste in Safari. The issue only seems to happen if we copy from Safari.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>