Open
Description
When a layer shell surface is created with keyboard_interactive set, the path to become focused is:
- handle_layer_shell_surface
- arrange_layers
- for each seat associated with the surface, seat_set_focus_layer
If the client creates the seat later, then the surface does not obtain focus, unless something else triggers focus checks (such as moving the cursor between views).
Activity