c29e0cf6e6
In the case of bringing up the OSK while there is a grab (like, every GNOME Shell entry), we used to special case event capturing so events directed to the OSK would be let through. When Clutter.Grab came around, events would be propagated only within the actor hierarchy that holds the grab, which rendered this special case just as useless as the OSK while a grab was hold. Since it wouldn't be part of the grab hierarchy, clicking on the OSK would do nothing. In order to let the OSK handle events, double down on the special case and let it forward the event directly to the actor under the device, instead of trying to let it through somehow. Since the actor under the device are usually OSK buttons in this case, we don't need further propagation to make it work, which makes the OSK functional again while the shell holds a grab. 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 |