gnome-shell/js
Takao Fujiwara 17d9ec5788 inputMethod: Keep Capabilite.FOCUS before context.focus_in/focus_out
If context.focus_out() is called *after* context.set_capabilities(0),
The FocusOut D-Bus method is ignored because of no FOCUS capability.
If context.focus_out() is called *before* context.set_capabilities(0),
The 0 capability is set to the next focused context and the
FocusIn D-Bus method is ignored because of no FOCUS capability.
So context.set_capabilities(0) should not be called.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6415
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2666>
2023-08-08 10:20:28 +00:00
..
dbusServices js: Port dbusUtils to ESM 2023-08-07 19:05:50 +00:00
extensions js: Port to modules 2023-08-06 13:02:49 +02:00
gdm js: Port to modules 2023-08-06 13:02:49 +02:00
misc inputMethod: Keep Capabilite.FOCUS before context.focus_in/focus_out 2023-08-08 10:20:28 +00:00
portalHelper portalHelper: Fix import 2023-08-07 19:05:50 +00:00
ui padOsd: Simplify continuation of edition into further ring/strip directions 2023-08-07 20:49:20 +00:00
js-resources.gresource.xml components: Change component loading to be asynchronous 2023-08-05 22:16:23 +02:00
meson.build extensions-app: Move Extensions app to new subproject 2020-03-27 23:33:30 +00:00
portal-resources.gresource.xml js/portal-resources: Add missing fileUtils to js path 2022-11-03 18:02:27 +00:00