Bug 263729

Summary: _WKHitTestResult should expose a frameInfo property
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit APIAssignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal CC: Hironori.Fujii, jeffm, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 266803    
Bug Blocks:    

Description Jeff Miller 2023-10-26 09:37:15 PDT
_WKHitTestResult should expose a frame property. This should be the same frame returned by WKBundleHitTestResultGetFrame() in the injected bundle.
Comment 1 Jeff Miller 2023-10-26 09:38:09 PDT
<rdar://116254673>
Comment 2 Jeff Miller 2023-10-26 10:01:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19594
Comment 3 EWS 2023-11-06 21:27:14 PST
Committed 270308@main (9c20db5a0518): <https://commits.webkit.org/270308@main>

Reviewed commits have been landed. Closing PR #19594 and removing active labels.
Comment 4 Fujii Hironori 2023-11-14 22:48:50 PST
Windows port is observing a circular dependency between WebPageProxy::m_lastMouseMoveHitTestResult and API::HitTestResult::m_page after 270308@main.
See bug#264361.