Bug 173317

Summary: [iOS] Stop adding "public.text" representations to UIPasteboard when copying selected text
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebCore Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Wenson Hsieh
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.