Bug 19000

Summary: call client()->hidePopup() when a menu item is selected
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch for PopupMenuWx.cpp kevino: review+

Description Robin Dunn 2008-05-11 18:01:40 PDT
Since wx popup menus dismiss themselves when an item is selected we need to call hidePopup so webkit's internal state is correct.
Comment 1 Robin Dunn 2008-05-11 18:02:36 PDT
Created attachment 21074 [details]
patch for PopupMenuWx.cpp
Comment 2 Kevin Ollivier 2008-05-11 22:01:05 PDT
landed in r33035, thanks! :)