NEW 173317
[iOS] Stop adding "public.text" representations to UIPasteboard when copying selected text
https://bugs.webkit.org/show_bug.cgi?id=173317
Summary [iOS] Stop adding "public.text" representations to UIPasteboard when copying ...
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.