GNOME Bugzilla – Bug 648214
Add GDK_LEAVE_NOTIFY_MASK to GeditOverlay even window
Last modified: 2011-09-08 09:18:56 UTC
In the course of implementing a GeditOverlayChild subclass for epiphany [0], GDK_LEAVE_NOTIFY_MASK was added to the events handled by the window of our local copy of GeditOverlay. We use it to restore the child position when the mouse leaves the "relative" widget. Indeed we play with child coordinates to hide it when the mouse goes close. To avoid deviation from Gedit version, the proposed patch adds this event mask. [0] https://bugzilla.gnome.org/show_bug.cgi?id=643909
Created attachment 186286 [details] [review] Add GDK_LEAVE_NOTIFY_MASK to GeditOverlay even window
Review of attachment 186286 [details] [review]: Looks good.
the overlay is part of gtk now, is this patch still needed? should it be moved to gtk or should this be closed?
Yep let's close it.