https://bugzilla.novell.com/show_bug.cgi?id=392061 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392061#c7 Michael Meeks <mmeeks@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |llunak@novell.com, mmeeks@novell.com --- Comment #7 from Michael Meeks <mmeeks@novell.com> 2008-05-28 05:14:55 MDT --- great bug report :-) /* Terrible hack: When the text area still has focus when we remove the * dialog, somehow gvim loses window focus. This is with "point to type" * in the KDE 3.1 window manager. Warp the mouse pointer to outside the * window and back to avoid that. */ if (!gui.in_focus) { int x, y; gdk_window_get_pointer(gui.drawarea->window, &x, &y, NULL); gui_mch_setmouse(-100, -100); gui_mch_setmouse(x, y); } we should bin that - Lubos - see the impact you had on gvim ;-> So - I guess if Lubos is happy that KDE 3.1 is long dead we can patch this fugly thing out & preferably get that up-stream too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.