<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - text/rtf clipboard data is empty (makes TinyMCE and textbox.io require Flash)"
   href="https://bugs.webkit.org/show_bug.cgi?id=124391#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - text/rtf clipboard data is empty (makes TinyMCE and textbox.io require Flash)"
   href="https://bugs.webkit.org/show_bug.cgi?id=124391">bug 124391</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=124391#c5">comment #5</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=124391#c4">comment #4</a>)
&gt; &gt; We put the RTF data on the pasteboard but we do not allow WebContent to read
&gt; &gt; it at the moment. In PasteboardMac.mm's cocoaTypeFromHTMLClipboardType():
&gt; &gt;     // Blacklist types that might contain subframe information.
&gt; &gt;     if (lowercasedType == &quot;text/rtf&quot; || lowercasedType == &quot;public.rtf&quot; ||
&gt; &gt; lowercasedType == &quot;com.apple.traditional-mac-plain-text&quot;)
&gt; &gt;         return String();
&gt; &gt; 
&gt; &gt; If you replace with:
&gt; &gt;     if (lowercasedType == &quot;text/rtf&quot; || lowercasedType == &quot;public.rtf&quot;)
&gt; &gt;         return NSRTFPboardType;
&gt; &gt; 
&gt; &gt; then the test case works.
&gt; &gt; 
&gt; &gt; However, it looks like someone intentionally blacklisted those (likely for
&gt; &gt; security reasons) so we'll have to investigate why and how to better deal
&gt; &gt; with RTF.
&gt; 
&gt; This was done in <a href="https://trac.webkit.org/changeset/115513">https://trac.webkit.org/changeset/115513</a>.</span >

see &lt;rdar://problem/10639226&gt;</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>