[Wayland-bugs] [Bug 755927] Occasional "stuck key" after closing window using keyboard shortcut in focus-follows-mouse mode
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon Oct 5 23:37:39 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755927
--- Comment #3 from Jonas Ã…dahl <jadahl at gmail.com> ---
Created attachment 312706
--> https://bugzilla.gnome.org/attachment.cgi?id=312706&action=edit
wayland: Don't ignore wl_keyboard.leave if surface is gone
keyboard_handle_leave() might be called with a NULL surface resource
(for example if the surface was destroyed after the event was sent). If
so, we should still deal with the keyboard focus lost event, otherwise
we will both leak (the keyboard_focus GdkWindow reference) and miss
stopping the key repeat timer.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20151006/7abb271b/attachment.html>
More information about the wayland-bugs
mailing list