Bug 269433 - [UnifiedPDF] Allow WKImmediateActionController to hit test on UnifiedPDFPlugin
Summary: [UnifiedPDF] Allow WKImmediateActionController to hit test on UnifiedPDFPlugin
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Abrar Rahman Protyasha
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-14 21:04 PST by Abrar Rahman Protyasha
Modified: 2024-02-15 05:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abrar Rahman Protyasha 2024-02-14 21:04:04 PST
Any hit testing WebPage::performImmediateActionHitTestAtLocation would do on the loaded PDF plugin is currently compiled away for UnifiedPDFPlugin, notably because we have not implemented the rectForSelectionInRootView and lookupTextAtLocation methods on UnifiedPDFPlugin yet. Let's fix that.
Comment 1 Radar WebKit Bug Importer 2024-02-14 21:04:14 PST
<rdar://problem/122990495>
Comment 2 Abrar Rahman Protyasha 2024-02-14 22:16:41 PST
Pull request: https://github.com/WebKit/WebKit/pull/24483
Comment 3 EWS 2024-02-15 05:39:08 PST
Committed 274728@main (3ce9b3d1133f): <https://commits.webkit.org/274728@main>

Reviewed commits have been landed. Closing PR #24483 and removing active labels.