<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#c12">Comment # 12</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:kontakt&#64;mateuszwozniak.pl" title="Mateusz &lt;kontakt&#64;mateuszwozniak.pl&gt;"> <span class="fn">Mateusz</span></a>
</span></b>
        <pre>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 &quot;landscape&quot;)
2. right click on any image (or hold on iPad) and pick &quot;Copy picture&quot;
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 &quot;webkit-fake-url://FA85EB54-6F2A-4CC8-86A8-34D527A68789/blablabla.png&quot; 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.</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>