[Webkit-unassigned] [Bug 124391] New: text/rtf clipboard data is empty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 14 18:31:16 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124391

           Summary: text/rtf clipboard data is empty
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrew.herron at ephox.com


Created an attachment (id=217003)
 --> (https://bugs.webkit.org/attachment.cgi?id=217003&action=review)
replication case

When capturing a paste event, the clipboardData object claims to offer text/rtf data but the contents are (as far as I can tell) always empty. There is some additional information in RTF data that is not available through the text/html data format and I would like to include it in my paste data processing.

I have attached a HTML document which prints the RTF contents to the console on paste. There is also a sample MS Word document for creating RTF clipboard data (although on OS X simply copying content inside webkit works just as well).

Replicated as I write this on nightly build r159308.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list