c1d13fb471
In a very un-StButton fashion, OSK keys are not interested in altering the current focus state, as otherwise pressing those will trigger a grab that will alter key focus, so the generated key or IM state events will not be handled by the actor that originally had the focus as long as the OSK key is pressed. Despite being StButtons, OSK keys do already perform their own press/release handling with internal state tracking, so it is not a big stretch to simply consume the events, and update the :active pseudo-class manually. This makes OSK keys still look and behave as usual, but without any grabbing shenanigans that might affect the focus state. This makes all OSK keys work again. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4986 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2237> |
||
---|---|---|
.. | ||
dbusServices | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
meson.build | ||
portal-resources.gresource.xml |