Skip to content

core: Avoid focusing window in presence of Clutter grabs

Carlos Garnacho requested to merge wip/carlosg/ignore-focus-on-grabs into main

This is the same circumstance than the event_route not being NORMAL, since events may or may not eventually reach the window. It should not attempt to get focus out of the stage in that situation.

Fixes: gnome-shell#4858 (closed)

Merge request reports