GNOME Bugzilla – Bug 314896
when popup menu is closed, application window loses focus
Last modified: 2006-01-17 23:21:36 UTC
Distribution/Version: XP When displaying a popup menu manually using gtk_menu_popup() the application main window will lose focus. To reproduce the problem, right-click on a GtkEntry to display it's popup menu. The application main window loses focus either as soon as the menu appears or when it is closed (I'm not sure why it fails in different places at different times). The expected behaviour is for the popup menu to behave like a menu displayed from a menubar, and leave focus on the main window.
Sorry, this bug was caused by my workaround patch for bug #124095. Please ignore.