Bug 19000 - call client()->hidePopup() when a menu item is selected
Summary: call client()->hidePopup() when a menu item is selected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-11 18:01 PDT by Robin Dunn
Modified: 2008-05-11 22:01 PDT (History)
0 users

See Also:


Attachments
patch for PopupMenuWx.cpp (823 bytes, patch)
2008-05-11 18:02 PDT, Robin Dunn
kevino: review+
Details | Formatted Diff | Diff

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