RESOLVED DUPLICATE of bug 250115185323
-[UIDelegate _webView:getContextMenuFromProposedMenu:forElement:userInfo:completionHandler:] should include whether the element is editable
https://bugs.webkit.org/show_bug.cgi?id=185323
Summary -[UIDelegate _webView:getContextMenuFromProposedMenu:forElement:userInfo:comp...
Jeff Miller
Reported 2018-05-04 13:58:17 PDT
-[UIDelegate _webView:getContextMenuFromProposedMenu:forElement:userInfo:completionHandler:] should include whether the element is editable. This would allow clients to determine whether to include items appropriate for editing in the returned menu. I think this should be part of _WKContextMenuElementInfo.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-05-04 13:58:51 PDT
Jeff Miller
Comment 2 2023-01-05 10:43:06 PST
I’m fixing this by adding _WKHitTestResult to _WKContextMenuElementInfo, which has a contentEditable property. *** This bug has been marked as a duplicate of bug 250115 ***
Note You need to log in before you can comment on or make changes to this bug.