Skip to content

emoticon: Grab keyboard on the popup window

Olivier Fourdan requested to merge ofourdan/evolution:issue485 into master

Grabbing the keyboard on the toplevel (regular) window will trigger the shortcut inhibition on Wayland, which is not what we want.

But gtk is smart enough to bypass the shortcut inhibition when dealing with popup windows, which is the case for the emoticon window, so we'd better use that window for grabbing the keyboard.

Fixes: #485 (closed) Signed-off-by: Olivier Fourdan ofourdan@redhat.com

Merge request reports