Skip to content

keyboard: Do not call KeyboardManager.holdKeyboard() with set-content-type

Takao Fujiwara requested to merge fujiwarat/gnome-shell:password-on-popup into master

When gnome-shell receives the signal of 'set-content-type' from ibus, gnome-shell calls KeyboardManager.holdKeyboard() and KeyboardManager.releaseKeyboard() and the functions change the current input focus in GNOME Xorg and it could result in closing a popup window which has a password entry by focusing on the entry. The solution is to stop to call the APIs on 'set-content-type' signal.

#391 (closed)

Edited by Takao Fujiwara

Merge request reports