Bug 173317 - [iOS] Stop adding "public.text" representations to UIPasteboard when copying selected text
Summary: [iOS] Stop adding "public.text" representations to UIPasteboard when copying ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-13 09:11 PDT by Wenson Hsieh
Modified: 2017-06-13 09:11 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2017-06-13 09:11:20 PDT
"public.text" is an abstract UTI, so we shouldn't try to directly write an NSString for this UTI. Instead, vending a concrete type such as "public.utf8-plain-text" should be sufficient.