After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314896 - when popup menu is closed, application window loses focus
when popup menu is closed, application window loses focus
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.6.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-31 00:31 UTC by Tim Evans
Modified: 2006-01-17 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Evans 2005-08-31 00:31:29 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.
Comment 1 Tim Evans 2006-01-17 23:21:36 UTC
Sorry, this bug was caused by my workaround patch for bug #124095.  Please ignore.