Bug 155477 - iOS: RTFD format is not available in the pasteboard after copy/cut
Summary: iOS: RTFD format is not available in the pasteboard after copy/cut
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-14 17:21 PDT by Enrica Casucci
Modified: 2016-03-17 06:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (24.73 KB, patch)
2016-03-14 17:28 PDT, Enrica Casucci
no flags Details | Formatted Diff | Diff
Patch2 (24.73 KB, patch)
2016-03-14 17:39 PDT, Enrica Casucci
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrica Casucci 2016-03-14 17:21:50 PDT
We are using the incorrect UTType to write RTFD data to the pasteboard.

rdar://problem/23500600
Comment 1 Enrica Casucci 2016-03-14 17:28:27 PDT
Created attachment 274058 [details]
Patch
Comment 2 Enrica Casucci 2016-03-14 17:39:20 PDT
Created attachment 274060 [details]
Patch2
Comment 3 Enrica Casucci 2016-03-14 17:47:05 PDT
Committed revision 198179.
Comment 4 Csaba Osztrogonác 2016-03-17 06:14:51 PDT
(In reply to comment #3)
> Committed revision 198179.

It broke the Apple Mac cmake build:

 Cannot find source file:

    platform/mac/MIMETypeRegistryMac.mm
Comment 5 Csaba Osztrogonác 2016-03-17 06:19:09 PDT
fix landed in http://trac.webkit.org/changeset/198330