Bug 22459 - wxWebView has no HitTest method
Summary: wxWebView has no HitTest method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 11:25 PST by Kevin Watters
Modified: 2008-12-02 16:13 PST (History)
0 users

See Also:


Attachments
Implements wxWebView::HitTest (5.04 KB, patch)
2008-11-24 11:27 PST, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!