http://bugs.winehq.org/show_bug.cgi?id=9615
--- Comment #32 from Nicholai Benalal olympia@skydreams.org 2008-10-07 01:48:26 --- (In reply to comment #31)
(In reply to comment #30)
"Wine's default WM_CANCELMODE handler doesn't call EndMenu() when the receiving end is a child window/control (WS_CHILD set, popup owner -> toolbar)"
- where can I see this in code ?
have a look at defwnd.c around line 620. Comment out the child window condition:
//if (!(GetWindowLongW( hwnd, GWL_STYLE ) & WS_CHILD)) EndMenu();