You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If we have a client that uses layer shell protocol, and set the keyboard focus to on_demand, it does not get the keyboard focus until the user clicks on it.
To Reproduce
Steps to reproduce the behavior:
Open a client that uses layer shell protocol and requires on_demand keyboard focus.
You'll see that it does not have keyboard focus, until you click it with a mouse pointer.
Expected behavior
Give keyboard focus to the layer surface as soon as it is mapped.
Wayfire version
git
PS: This was tested using a Qt app. It is possible that this bug is due to Qt's bad implementation of things.
The text was updated successfully, but these errors were encountered:
I can confirm that this is a wayfire bug and not due to Qt. I tested my drop-down terminal with on_demand keyboard focus on sway. It receives keyboard focus as soon as it is shown.
Just run into this issue with gtk4-layer-shell as well. exclusive-mode does work but with on_demand the the surfaces never gets the focus unless its done manually by the user.
Describe the bug
If we have a client that uses layer shell protocol, and set the keyboard focus to
on_demand
, it does not get the keyboard focus until the user clicks on it.To Reproduce
Steps to reproduce the behavior:
on_demand
keyboard focus.Expected behavior
Give keyboard focus to the layer surface as soon as it is mapped.
Wayfire version
git
PS: This was tested using a Qt app. It is possible that this bug is due to Qt's bad implementation of things.
The text was updated successfully, but these errors were encountered: