Bug 24948 - wxWebKit event support is lacking JS prompt/alert functionality
Summary: wxWebKit event support is lacking JS prompt/alert functionality
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: 2009-03-30 15:27 PDT by Kevin Watters
Modified: 2009-03-30 19:37 PDT (History)
0 users

See Also:


Attachments
add wxWebView events for JS prompts, alerts, and window object clears (15.98 KB, patch)
2009-03-30 15:28 PDT, 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 2009-03-30 15:27:51 PDT
Users of the wxWebView API cannot catch or veto events for alerts and prompts from Javascript, or for window object cleared events.
Comment 1 Kevin Watters 2009-03-30 15:28:53 PDT
Created attachment 29091 [details]
add wxWebView events for JS prompts, alerts, and window object clears
Comment 2 Kevin Ollivier 2009-03-30 19:37:40 PDT
Landed in r42122, thanks! :)