Skip to content

ibusCandidatePopup: Make pagination buttons clickable without stealing focus

Carlos Garnacho requested to merge wip/carlosg/im-candidates-paging into gnome-43

The default StButton event handlers will create a temporary grab that will steal the keyboard focus out of the client, and cause it to pop down the candidates window.

Avoid the default grabbing behavior, so that focus stays on the Wayland client while interacting with the ibusCandidatesPopup with the pointer.

Closes: mutter#2244 (closed)

Merge request reports