Bug 146971 - [iOS] Should look for RTF and RTFD pasteboard types before plain text.
Summary: [iOS] Should look for RTF and RTFD pasteboard types before plain text.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 13:19 PDT by Enrica Casucci
Modified: 2015-07-15 14:08 PDT (History)
0 users

See Also:


Attachments
Patch (1.72 KB, patch)
2015-07-15 13:23 PDT, Enrica Casucci
sam: 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 2015-07-15 13:19:37 PDT
In iOS, we look at the types available in the pasteboard in the wrong order.
We look for plain text before we look for RTF or RTFD.

rdar://problem/21840845
Comment 1 Enrica Casucci 2015-07-15 13:23:34 PDT
Created attachment 256853 [details]
Patch
Comment 2 Enrica Casucci 2015-07-15 14:08:21 PDT
Committed revision 186857.