Skip to content

window: Fix focus updates

Matthias Clasen requested to merge fix-focus-changes into main

This partially undoes changes from 3dbf5038.

That commit did two things:

  1. Move the focus update to after-paint time
  2. Change from grabbing focus to the visible parent to calling move_focus (TAB)

The second part did have the unintended consequence of moving focus laterally.

Fixes: #4903 (closed)

Merge request reports