Skip to content
  • Takao Fujiwara's avatar
    keyboard: Do not call KeyboardManager.holdKeyboard() with set-content-type · 551e8278
    Takao Fujiwara authored and Carlos Garnacho's avatar Carlos Garnacho committed
    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
    551e8278