<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bdakin&#64;apple.com" title="Beth Dakin &lt;bdakin&#64;apple.com&gt;"> <span class="fn">Beth Dakin</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tapping and holding a link should have a share option"
   href="https://bugs.webkit.org/show_bug.cgi?id=150693">bug 150693</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tapping and holding a link should have a share option"
   href="https://bugs.webkit.org/show_bug.cgi?id=150693#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tapping and holding a link should have a share option"
   href="https://bugs.webkit.org/show_bug.cgi?id=150693">bug 150693</a>
              from <span class="vcard"><a class="email" href="mailto:bdakin&#64;apple.com" title="Beth Dakin &lt;bdakin&#64;apple.com&gt;"> <span class="fn">Beth Dakin</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=150693#c8">comment #8</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=264406&amp;action=diff" name="attach_264406" title="Patch">attachment 264406</a> <a href="attachment.cgi?id=264406&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=264406&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=264406&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:3388
&gt; &gt; +        [_textSelectionAssistant showShareSheetFor:[url absoluteString] fromRect:boundingRect];
&gt; &gt; +    else if (_webSelectionAssistant &amp;&amp; [_webSelectionAssistant respondsToSelector:&#64;selector(showShareSheetFor:fromRect:)])
&gt; &gt; +        [_webSelectionAssistant showShareSheetFor:[url absoluteString] fromRect:boundingRect];
&gt; 
&gt; Do these strings get interpreted as URLs by some code on the other side of
&gt; this API, or do they end up being presented to the user? If it’s the latter,
&gt; then we shouldn’t use -absoluteString, because it doesn’t give a good
&gt; representation of certain URLs, such as ones with non-ASCII characters in
&gt; the host or the path. Instead, -_web_userVisibleString should work. If these
&gt; strings do get turned back into URLs, and we can’t use an alternative API
&gt; that takes NSURLs, then we should consider using -_web_originalDataAsString
&gt; here and the reverse transformation on the receiving end.
&gt; 
&gt; &gt;&gt; Source/WebKit2/UIProcess/ios/WKPDFView.mm:727
&gt; &gt;&gt; +        [_webSelectionAssistant showShareSheetFor:[url absoluteString] fromRect:boundingRect];
&gt; &gt; 
&gt; &gt; url.absoluteString (and above too)
&gt; 
&gt; Same comment here.</span >

Thank you Dan! This is presented to the user, and I was able to see the bug you referred to with non-ascii URLs. I will attach a follow-up patch.</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>