Bug 31131

Summary: wxport mouse events crashes and assertions
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
fixes mouse event problems kevino: review+

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!