[Webkit-unassigned] [Bug 199793] WKWebView PDF viewer doesn't respect selection and callout preferences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 03:47:51 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199793

--- Comment #1 from Josip <josip04 at hotmail.com> ---
I disassembled `PDFHostViewController` and it seems that assumption was correct:

```
/* @class PDFHostViewController */
-(bool)canPerformAction:(void *)arg2 withSender:(void *)arg3 {
    rax = (@selector(selectAll:) == arg2 ? 0x1 : 0x0) | (@selector(copy:) == arg2 ? 0x1 : 0x0);
    return rax;
}
```

`PDFHostViewController` explicitly enables selectAll and copy actions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190715/8091d862/attachment.html>


More information about the webkit-unassigned mailing list