Bug 31131 - wxport mouse events crashes and assertions
Summary: wxport mouse events crashes and assertions
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-11-04 10:57 PST by Kevin Watters
Modified: 2009-11-04 12:38 PST (History)
1 user (show)

See Also:


Attachments
fixes mouse event problems (2.34 KB, patch)
2009-11-04 11:01 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 2009-11-04 10:57:46 PST
To avoid some asserts, wxWebView should use Connect and Disconnect to register for popup menu events only when a context menu is visible. It also needs to release any mouse capture it has on destruction.
Comment 1 Kevin Watters 2009-11-04 11:01:10 PST
Created attachment 42496 [details]
fixes mouse event problems
Comment 2 Kevin Ollivier 2009-11-04 12:38:13 PST
Landed in r50522, thanks!