Skip to content
Commit 0f5e719b authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

wayland: Fix none keyboard interactivity in LayerShellV1Window

Window::acceptsFocus() is not taken into account when a window is
activated using Workspace::activateWindow(). The main reason is because
of different input models on X11.

Instead, Window::takeFocus() should check itself if the window accepts
focus.
parent dc826911
Pipeline #516837 passed with stage
in 8 minutes and 52 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment