GNOME Bugzilla – Bug 95747
Should ignore EnterNotify events with the NotifyInferior detail set
Last modified: 2004-12-22 21:47:04 UTC
Metacity should not give the focus to a window when it gets an EnterNotify event which has the detail field set to NotifyInferior. This leads to a lot of flicker in the Evolution message composer when a selection is active. If the HTML widget has the focus and you move the mouse over the "To:"/"CC:"/etc. fileds, then Metacity will re-set the focus on the toplevel composer window, causing flicker. Sawfish does ignore EnterNotify events for focusing when they have the NotifyInferior detail set, btw. (Metacity correctly ignores LeaveNotify events when they are NotifyInferior.)
*** This bug has been marked as a duplicate of 90382 ***
I'm on a lot of drugs; this isn't a dup.
Created attachment 11539 [details] [review] Patch with trivial fix.
Thanks, feel free to commit.
Cool, thanks. It's in CVS now.