GNOME Bugzilla – Bug 347976
[PATCH] Context menus appear in strange locations
Last modified: 2006-07-19 07:28:50 UTC
When a context menu is triggered when using the Quartz backend, the menu appears in bizarre locations rather than under the mouse pointer. Currently it seems to always hug the upper-left corner of the screen. Previously, it appeared at almost random locations. Attached is a patch to _gdk_windowing_window_get_pointer which allows the pointer location to be properly determined for the root window. This makes context menus appear under the mouse pointer, as desired.
Created attachment 69152 [details] [review] Patch to _gdk_windowing_window_get_pointer
Thanks, this also fixes the positioning of tooltips. I've committed it.