Bug 185323
| Summary: | -[UIDelegate _webView:getContextMenuFromProposedMenu:forElement:userInfo:completionHandler:] should include whether the element is editable | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jeff Miller <jeffm> |
| Component: | WebKit API | Assignee: | Jeff Miller <jeffm> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jeffm, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jeff Miller
-[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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/39988200>
Jeff Miller
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 ***