<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&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <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">&gt; Sure, here are the steps:
&gt; 1. open a page with images, e.g:
&gt; <a href="http://www.bbc.com/news/science-environment-37511861">http://www.bbc.com/news/science-environment-37511861</a> (or you can open google
&gt; image search and type &quot;landscape&quot;)
&gt; 2. right click on any image (or hold on iPad) and pick &quot;Copy picture&quot;
&gt; 3. open this fiddle: <a href="https://jsfiddle.net/madkdzre/">https://jsfiddle.net/madkdzre/</a> and paste the image into
&gt; frame.
&gt; 4.  inspect its url in dev tools.
&gt; 
&gt; Result: you'll see that url of the image looks like this
&gt; &quot;webkit-fake-url://FA85EB54-6F2A-4CC8-86A8-34D527A68789/blablabla.png&quot;
&gt; instead of url to pasted image. And it doesn't matter if you copy image from
&gt; finder or from browser. It also doesn't matter if the image copied from
&gt; browser was referred by url or dataURL string (like in case of google image
&gt; search).
&gt; 
&gt; This is really annoying on desktops, but on iOS Safari is usually the only
&gt; browser, and because of that bug you cannot paste images into any online
&gt; 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>