Bug 22459

Summary: wxWebView has no HitTest method
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Implements wxWebView::HitTest kevino: review+

Description Kevin Watters 2008-11-24 11:25:51 PST
Without a "hit test" API it is impossible to get DOM information from screen coordinates.
Comment 1 Kevin Watters 2008-11-24 11:27:33 PST
Created attachment 25438 [details]
Implements wxWebView::HitTest

The new HitTest method takes a position in client coordinates and returns a wxWebViewDOMElementInfo object.
Comment 2 Kevin Ollivier 2008-12-02 16:13:59 PST
Landed in r38924, thanks!